What problem does it solve? Tailwind CSS v4 replaces the JavaScript config file with a CSS-first approach, and developers migrating from v3 or setting up new projects face breaking changes in imports, utilities, and build tooling that this Skill explains and resolves. ## Core Features & Use Cases - Installation & Build Setup: Guides configuration with the Vite plugin, PostCSS plugin, or standalone CLI, including framework-specific setups for Next.js, React, Vue, and SvelteKit. - CSS-First Theming: Shows how to define colors, fonts, breakpoints, shadows, and animations using the @theme directive, plus custom utilities with @utility and variants with @custom-variant. - v3 to v4 Migration: Covers the automated upgrade tool and manual migration of breaking utility changes such as shadow-xs, rounded-xs, outline-hidden, and bg-linear-to-r. - Use Case: When upgrading a React project from Tailwind v3, use this Skill to convert tailwind.config.js into an @theme block, replace deprecated utility classes, and fix the PostCSS configuration. ## Quick Start Ask the assistant to set up Tailwind CSS v4 in your Vite project or to migrate your existing v3 configuration to the new CSS-first format.