/opt/canhelp/node_modules/tailwindcss/src/postcss-plugins/nesting
NameSizeModeActions
index.js2590644editdlrm
plugin.js22480644editdlrm
README.md17280644editdlrm
Edit: /opt/canhelp/node_modules/tailwindcss/src/postcss-plugins/nesting/index.js (259B)
import { nesting } from './plugin' export default Object.assign( function (opts) { return { postcssPlugin: 'tailwindcss/nesting', Once(root, { result }) { return nesting(opts)(root, result) }, } }, { postcss: true } )