CoolFace
Apppublic

chenchujian/skull-king

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
postcss.config.js11 linesDownload Raw Back to client
1/** WARNING: DON'T EDIT THIS FILE */2/** WARNING: DON'T EDIT THIS FILE */3/** WARNING: DON'T EDIT THIS FILE */4 5export default {6  plugins: {7    tailwindcss: {},8    autoprefixer: {},9  },10};11