CoolFace
Apppublic

thinkingEverytime/QuantOracle

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