CoolFace
Apppublic

AbdullahMirajDev/Agent_Builder

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