What problem does it solve? Styling web interfaces with Tailwind CSS requires keeping up with version-specific syntax changes, deprecated utilities, and project conventions. This Skill guides AI agents to write correct Tailwind CSS v4 utility classes, avoid deprecated v3 patterns, and follow existing project conventions in Blade, JSX, or Vue templates. ## Core Features & Use Cases - Tailwind v4 Migration Guidance: Enforces CSS-first configuration with the @theme directive and @import "tailwindcss" syntax instead of deprecated @tailwind directives and tailwind.config.js. - Deprecated Utility Replacement: Maps removed v3 utilities (bg-opacity-, flex-shrink-, overflow-ellipsis) to their v4 equivalents. - Layout and Component Styling: Builds responsive grid layouts, flexbox page structures, cards, navbars, forms, and dark mode variants using dark: prefixes and gap utilities. - Use Case: When building a dashboard with a sidebar and card grid, the Skill generates responsive Tailwind classes with proper dark mode support and spacing conventions that match the existing codebase. ## Quick Start Ask the agent to style a responsive three-column card grid with dark mode support using Tailwind CSS in your Blade template.