Skip to content

Commit bf12663

Browse files
authored
Use Tailwind nesting plugin at the right time (#678)
1 parent 7813262 commit bf12663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

postcss.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default {
22
plugins: {
3+
"tailwindcss/nesting": {},
34
tailwindcss: {},
45
autoprefixer: {},
56
},
6-
}
7+
};

0 commit comments

Comments
 (0)