CoolFace
Apppublic

legends810/deepsite

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