CoolFace
Apppublic

kunjasd/anycoder-36bad3f9

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
postcss.config.js6 linesDownload Raw Back to root
1module.exports = {2  plugins: {3    tailwindcss: {},4    autoprefixer: {},5  },6}