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