ca-grow-ops-manager/frontend/postcss.config.js
fullsizemalt a14f4c300e
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: Upgrade to @tailwindcss/postcss for v4 compatibility
2025-12-09 11:25:56 -08:00

6 lines
103 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}