customeragent-api / client /postcss.config.js
anasraza526's picture
Clean deploy to Hugging Face
ac90985
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}