agent-arena / frontend /postcss.config.js
nice-bill's picture
Add React dashboard frontend
03cd558
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}