CoolFace
Apppublic

huggingface/ai-deadlines

sourceHugging Faceupdated 2d agoView on Hugging Face
781likes
postcss.config.js7 linesDownload Raw Back to root
1export default {2  plugins: {3    tailwindcss: {},4    autoprefixer: {},5  },6}7