diff options
Diffstat (limited to 'node_modules/tailwindcss/nesting/index.js')
| -rw-r--r-- | node_modules/tailwindcss/nesting/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/tailwindcss/nesting/index.js b/node_modules/tailwindcss/nesting/index.js new file mode 100644 index 0000000..defd793 --- /dev/null +++ b/node_modules/tailwindcss/nesting/index.js @@ -0,0 +1,2 @@ +let nesting = require('../lib/postcss-plugins/nesting') +module.exports = (nesting.__esModule ? nesting : { default: nesting }).default |