smart-bright-tool / postcss.config.js
Gertie01's picture
Upload postcss.config.js with huggingface_hub
cbea378 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}