CoolFace
Apppublic

enzostvs/deepsite

sourceHugging Facemitupdated 8mo agoView on Hugging Face
17klikes
postcss.config.mjs6 linesDownload Raw Back to root
1const config = {2  plugins: ["@tailwindcss/postcss"],3};4 5export default config;6