tenderhub-webai-verification / apps /web /postcss.config.js
engresearch's picture
Upload folder using huggingface_hub
7f88bdf verified
raw
history blame contribute delete
92 Bytes
export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
};