tailwindcss-v4
Installation
SKILL.md
Tailwind CSS v4 Skill
CSS-first configuration, new directives, migration from v3.
Quick Reference
v4 Entry Point
@import "tailwindcss";
NOT the v3 way:
/* ❌ These cause errors in v4 */
@tailwind base;
@tailwind components;
@tailwind utilities;