This gets you up to speed on Tailwind v4's CSS-first config approach using @theme directives instead of tailwind.config.js files. You'll want this when migrating from v3 or starting fresh with the new @tailwindcss/vite plugin. The big shift is defining design tokens directly in CSS with OKLCH colors and understanding the three @theme modes: default for CSS variables, inline for direct value substitution, and reference for fallbacks. Honestly, the inline mode is a nice performance win for static values, but the real win is just keeping your theme config in the same file as your styles. Includes concrete examples for two-tier variable systems, custom fonts, and animation keyframes.
npx -y skills add existential-birds/beagle --skill tailwind-v4 --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar