%PDF- %PDF-
Direktori : /www/loslex/test/node_modules/tailwindcss/src/postcss-plugins/nesting/ |
Current File : //www/loslex/test/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 } )