fix: Revert to Tailwind v3 for Shadcn compatibility
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

This commit is contained in:
fullsizemalt 2025-12-09 11:30:16 -08:00
parent a14f4c300e
commit 59b3d9f472
2 changed files with 3 additions and 4 deletions

View file

@ -35,9 +35,8 @@
"eslint": "^8.55.0", "eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.5.6", "postcss": "^8.4.32",
"tailwindcss": "^4.1.17", "tailwindcss": "^3.4.1",
"@tailwindcss/postcss": "^4.0.0",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^5.0.8", "vite": "^5.0.8",
"vitest": "^1.0.0" "vitest": "^1.0.0"

View file

@ -1,6 +1,6 @@
export default { export default {
plugins: { plugins: {
'@tailwindcss/postcss': {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
} }