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