anycoder-6d5b65da / postcss.config.js
smh13171317's picture
Upload postcss.config.js with huggingface_hub
da50288 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}