learnflow / postcss.config.js
muhammad naveed
Upload folder using huggingface_hub
1291157 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}