Skip to content

Commit 9f13e8f

Browse files
committed
Add PostCSS configuration for Tailwind
1 parent 23f65d3 commit 9f13e8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

postcss.config.js

+6
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)