tailwindcss

Installation
SKILL.md

Tailwind CSS v4

Tailwind CSS v4 introduces CSS-first configuration, OKLCH colors, and improved performance. This skill provides comprehensive patterns for building modern UIs.

Core Concepts

CSS-First Configuration

Tailwind v4 uses CSS variables and @theme directive instead of tailwind.config.js:

/* app.css */
@import 'tailwindcss';
Related skills
Installs
24
First Seen
Jan 31, 2026