fix: add tailwindcss as devDependency for Nuxt UI v3

@nuxt/ui provides the Vite plugin but tailwindcss package itself
must be installed for @import "tailwindcss" to resolve in CSS.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 16:39:39 +02:00
parent 0565fe4b6a
commit 3687f6dcf5
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
"vue-router": "latest"
},
"devDependencies": {
"tailwindcss": "^4.2.2",
"typescript": "~5.8.0"
},
"pnpm": {
+3
View File
@@ -36,6 +36,9 @@ importers:
specifier: latest
version: 5.0.4(@vue/compiler-sfc@3.5.32)(vue@3.5.32(typescript@5.8.3))
devDependencies:
tailwindcss:
specifier: ^4.2.2
version: 4.2.2
typescript:
specifier: ~5.8.0
version: 5.8.3