tailwindcss-advanced-design-systems
SKILL.md
Tailwind CSS Advanced Design Systems
Building Design Tokens with @theme
Complete Design Token System
@import "tailwindcss";
@theme {
/* ===== COLOR SYSTEM ===== */
/* Disable all defaults for full control */
--color-*: initial;