We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc72ac commit 9aa589cCopy full SHA for 9aa589c
postcss.config.mjs
@@ -2,6 +2,6 @@ export default {
2
plugins: {
3
autoprefixer: {},
4
cssnano: {},
5
- "@tailwindcss/postcss": {},
+ "@tailwindcss/postcss": {}
6
}
7
-}
+};
0 commit comments