forensix-ai-nextjs / postcss.config.js
Muthukumarank's picture
Upload postcss.config.js with huggingface_hub
edd209a verified
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};