akhaliq HF Staff commited on
Commit
5295049
·
verified ·
1 Parent(s): 460e11f

Upload postcss.config.js with huggingface_hub

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
+ }