Preview: index.js
Size: 259 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/tailwindcss/src/postcss-plugins/nesting/index.js
import { nesting } from './plugin'
export default Object.assign(
function (opts) {
return {
postcssPlugin: 'tailwindcss/nesting',
Once(root, { result }) {
return nesting(opts)(root, result)
},
}
},
{ postcss: true }
)
Directory Contents
Dirs: 0 × Files: 3