Skip to content

Commit 4f40db6

Browse files
author
thaddeus
committed
Add missing PostCSS config for Tailwind CSS
- Add postcss.config.js (required for Tailwind CSS processing) - This fixes the missing CSS styling on the website - Tailwind CSS should now be properly compiled and applied
1 parent 8c75c5b commit 4f40db6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

postcss.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
6+
}

0 commit comments

Comments
 (0)