RafaelJaime commited on
Commit
f2e9b18
·
verified ·
1 Parent(s): a1e3f38

Create postcss.config.js

Browse files
Files changed (1) hide show
  1. postcss.config.js +6 -0
postcss.config.js ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ module.exports = {
2
+ plugins: {
3
+ tailwindcss: {},
4
+ autoprefixer: {},
5
+ },
6
+ }