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