From 3687f6dcf5f1ef3273284fdc1684efbe9a819b57 Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Wed, 8 Apr 2026 16:39:39 +0200 Subject: [PATCH] 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) --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index cf1fc4e..70d5fca 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "vue-router": "latest" }, "devDependencies": { + "tailwindcss": "^4.2.2", "typescript": "~5.8.0" }, "pnpm": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62fb86c..7f8b8a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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