Skip to content

Commit d2583b8

Browse files
fix: config in postcss.config.mjs
1 parent 403aa63 commit d2583b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

postcss.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import tailwindcssPostcss from "@tailwindcss/postcss";
2-
31
const config = {
4-
plugins: [tailwindcssPostcss()],
2+
plugins: ["@tailwindcss/postcss"],
53
};
64

75
export default config;

0 commit comments

Comments
 (0)