fix: revert tailwindcss to v3 to keep @nuxtjs/tailwindcss config working

The v4 bump moved the PostCSS plugin to @tailwindcss/postcss, breaking
the production build while the project still uses a v3-style
tailwind.config.ts and @apply components.
This commit is contained in:
RhenCloud 2026-08-27 00:18:00 +08:00
parent a9c411387e
commit 32a8c2ce4e
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
2 changed files with 57 additions and 21 deletions

View file

@ -39,7 +39,7 @@
"eslint": "^10.9.0",
"markdownlint-cli": "^0.49.1",
"prettier": "^3.9.6",
"tailwindcss": "^4.3.3",
"tailwindcss": "^3.4.19",
"typescript": "^5.7.0",
"vitepress": "^1.6.4",
"vue-router": "^5.2.0",