Skip to content

Commit 412472b

Browse files
authored
Add postcss config (#23)
1 parent 5cf55f6 commit 412472b

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+
export default {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
6+
}

0 commit comments

Comments
 (0)