%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/node_modules/tailwindcss/nesting/ |
Current File : //var/www/cwg/wp-content/themes/cwg/node_modules/tailwindcss/nesting/index.js |
let nesting = require('./plugin') module.exports = (opts) => { return { postcssPlugin: 'tailwindcss/nesting', Once(root, { result }) { return nesting(opts)(root, result) }, } } module.exports.postcss = true