landscapeforge / frontend /postcss.config.js
mnawfal29's picture
Upload folder using huggingface_hub
b89c27d verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}