CoolFace
Apppublic

matthoffner/serp-chat

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