lab-ucz7pvg0 / postcss.config.js
Katiyar48's picture
Upload postcss.config.js with huggingface_hub
f8a4dbf verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}