UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

14 lines (12 loc) 259 B
import { nesting } from './plugin' export default Object.assign( function (opts) { return { postcssPlugin: 'tailwindcss/nesting', Once(root, { result }) { return nesting(opts)(root, result) }, } }, { postcss: true } )