tailwind-v4

Apply Tailwind v4 utilities, dark mode variants, and responsive layout patterns to HTML components.

1|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/matula/laravel-claude-marketplace --skill tailwind-v4-matula
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind-v4
Source: https://github.com/matula/laravel-claude-marketplace/tree/main/tailwind-v4
Command: npx skills add https://github.com/matula/laravel-claude-marketplace --skill tailwind-v4-matula

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tailwind v4 styling guidance solves the challenge of delivering consistent, accessible, and responsive user interfaces across projects by leveraging the latest v4 utilities, dark mode support, and maintainable patterns.

Core Features & Use Cases

  • Modern v4 utilities and migration notes for upgrading from v3
  • Built-in dark mode patterns and component examples for consistent theming
  • Mobile-first responsive layouts, spacing, and typography
  • Reusable component patterns (cards, buttons, forms, navigation)
  • Practical guidance for maintainable class naming and pattern extraction

Quick Start

Begin by reviewing the references to adopt v4 utilities and apply them to style a simple component in your project.

Frequently Asked Questions about tailwind-v4

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate my CSS components from Tailwind v3 to v4 syntax?

Tailwind v4 styling guidance enforces v4-specific syntax for dark mode variants, requiring slash opacity modifiers (bg-*/color) and documented reference usage to maintain consistent theming across UI components.

What is the best way to build responsive layouts with Tailwind v4?

Build responsive layouts with Tailwind v4 using mobile-first utilities, grid and flex patterns, and spacing guidance to ensure consistent UIs across HTML components, navigation, forms, and project layouts.

How do I implement dark mode in Tailwind CSS v4?

Implement dark mode in Tailwind v4 using built-in dark mode patterns and component examples, ensuring consistent theming and accessible user interfaces across your frontend design components.

Can I use Tailwind v4 utilities for styling HTML forms and navigation?

Tailwind v4 utilities support styling HTML forms, navigation, cards, and buttons by applying reusable component patterns and maintainable class naming extraction for consistent frontend UI development.

Why are my Tailwind v4 opacity modifiers not working correctly?

Tailwind v4 opacity modifiers fail when not using the v4-specific slash syntax (bg-*/color with slash opacity); enforce modern utility syntax and documented references to resolve styling inconsistencies.