What problem does it solve?
Tailwind setup across projects can be tricky due to dual configuration eras (v3 JavaScript config and v4 CSS-first config). This Skill provides a guided approach to installing, configuring, and migrating Tailwind to ensure consistent design tokens and build tooling across modern stacks.
Core Features & Use Cases
- Install Tailwind CSS via Vite plugin (Tailwind v4) or PostCSS (v4 or v3) and wire up a CSS entry with @import "tailwindcss".
- Configure theming and design tokens using the @theme directive in v4 or tailwind.config.js in v3, including colors, fonts, breakpoints, spacing, and plugins.
- Migrate between v3 and v4, auto-detect content sources, and debug missing classes.
- Use across Next.js, Vite, static sites, and other build tools.
Quick Start
Run the Tailwind setup workflow to bootstrap Tailwind in your project (choose v4 with Vite or PostCSS tooling depending on your stack).