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