GodSpeed / frontend /postcss.config.js
Samyuktha24's picture
feat: add Zustand stores for filters and UI state management
9dfccd9
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}