mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
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:
parent
a9c411387e
commit
32a8c2ce4e
2 changed files with 57 additions and 21 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue