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