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