What problem does it solve? Applying consistent, modern styling with Tailwind CSS v4 requires knowing its new CSS-first configuration, replaced utilities, and layout patterns, and mistakes like using deprecated v3 syntax lead to broken or inconsistent UI. ## Core Features & Use Cases - Tailwind v4 Guidance: Enforces CSS-first @theme configuration and the @import "tailwindcss" syntax instead of deprecated v3 directives and tailwind.config.js. - Layout & Spacing Patterns: Provides flexbox, grid, and gap-based spacing patterns for responsive component layouts. - Dark Mode & Consistency: Ensures new pages follow existing dark mode conventions and project-specific class patterns. - Use Case: When restyling a hero section or building a card grid in a Laravel Blade view, the skill applies correct v4 utilities, replaces deprecated classes like flex-shrink-* with shrink-*, and adds matching dark: variants. ## Quick Start Ask the AI to restyle a component or page with Tailwind CSS, for example: restyle the dashboard cards using Tailwind with responsive grid layout and dark mode support.