ca-grow-ops-manager/frontend/postcss.config.js
fullsizemalt 59b3d9f472
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
fix: Revert to Tailwind v3 for Shadcn compatibility
2025-12-09 11:30:16 -08:00

6 lines
92 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}