easy-clean-bot / postcss.config.js
akhaliq's picture
akhaliq HF Staff
Upload postcss.config.js with huggingface_hub
4d67fd2 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}