Maxun / frontend /postcss.config.js
AUXteam's picture
Upload folder using huggingface_hub
6e38ce1 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}