use-tailwind-v4
Installation
SKILL.md
Tailwind CSS v4
v4 Syntax At a Glance
Imports and Setup
/* v4 import (replaces @tailwind directives) */
@import "tailwindcss";
/* Custom utilities (replaces @layer utilities) */
@utility tab-4 {
tab-size: 4;
}
/* Loading JS config (if still needed) */
@config "../../tailwind.config.js";