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