Skip to content

Commit cd0a97a

Browse files
committed
fixed tailwind not working
1 parent bccebbc commit cd0a97a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

postcss.config.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
const config = {
2-
plugins: ["@tailwindcss/postcss"],
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
36
};
47

5-
export default config;
8+
export default config;

0 commit comments

Comments
 (0)