What problem does it solve? Styling responsive layouts and UI components with Tailwind CSS often leads to deprecated v3 utilities, incorrect v4 configuration, inconsistent spacing, and missing dark mode variants. This Skill guides the AI to write correct Tailwind CSS v4 utility classes that follow the project's existing conventions. ## Core Features & Use Cases - Tailwind v4 Migration Guidance: Replaces deprecated utilities (bg-opacity-, flex-shrink-, overflow-ellipsis) with their v4 equivalents and enforces CSS-first @theme configuration over tailwind.config.js. - Layout & Component Styling: Builds responsive grid layouts, flexbox dashboards with sidebars, cards, tables, navbars, forms, and badges using utility classes. - Dark Mode & Spacing Conventions: Applies dark: variants consistently and uses gap utilities instead of margins for sibling spacing. - Use Case: When building a multi-column product card grid in a Blade template, the Skill generates responsive Tailwind v4 classes with proper gap spacing and dark mode support matching the project's conventions. ## Quick Start Ask the AI to style a responsive three-column card grid with dark mode support using Tailwind CSS in your Blade template.