UX-agent / frontend /postcss.config.js
AUXteam's picture
Deploying UX Analyst AI to Hugging Face (V2)
21cac8a verified
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}