What problem does it solve?
This Skill removes the trial-and-error from setting up Tailwind CSS v4 with shadcn/ui in React projects, especially when theme colors, dark mode, or migration details break expected styling behavior.
Core Features & Use Cases
- Production Setup Guidance: Provides a proven Vite + React configuration for Tailwind v4, shadcn/ui, and path aliases.
- Theme Architecture: Explains the required CSS variable model,
@theme inline mapping, and .dark class behavior so utilities like bg-primary work correctly.
- Troubleshooting and Migration: Helps debug common v4 issues such as duplicate base layers, missing theme tokens, wrong plugin syntax, and moving from Tailwind v3 to v4.
- Use Case: A developer can use this Skill to bootstrap a new portfolio or dashboard app, wire up dark mode, and avoid the most common shadcn/ui initialization mistakes.
Quick Start
Use this Skill to configure a React project with Tailwind v4 and shadcn/ui by following its production-tested setup pattern for Vite, CSS variables, and dark mode.