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