anycoder-728b0a8c / postcss.config.js
akhaliq's picture
akhaliq HF Staff
Upload postcss.config.js with huggingface_hub
5f1a3ff verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}