social-dashboard / frontend /postcss.config.js
MandyDeep's picture
Upload folder using huggingface_hub
244cb60 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}