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