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