Skip to content

Commit 5844a74

Browse files
feat: add tailwind nesting to postcss config
1 parent 203c556 commit 5844a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postcss.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
plugins: {
3+
'tailwindcss/nesting': {},
34
tailwindcss: {},
45
autoprefixer: {},
56
},

0 commit comments

Comments
 (0)