anycoder-79e3ef8c / postcss.config.js
serotoninboi's picture
Upload postcss.config.js with huggingface_hub
4da62a6 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}