anycoder-c8aae04a / postcss.config.js
eubottura's picture
Upload postcss.config.js with huggingface_hub
e948590 verified
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}