Muthukumarank commited on
Commit
7056ec8
·
verified ·
1 Parent(s): 1ffd6bd

Add complete frontend: frontend/postcss.config.js

Browse files
Files changed (1) hide show
  1. frontend/postcss.config.js +3 -0
frontend/postcss.config.js ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ export default {
2
+ plugins: { tailwindcss: {}, autoprefixer: {} },
3
+ }