postcss.config.cjs (
12
lines of code) (
raw
):
module.exports = { plugins: { "tailwindcss/nesting": "postcss-nesting", tailwindcss: {}, "postcss-preset-env": { stage: 1, features: { // Let Tailwind handle it "nesting-rules": false, }, }, }, };