tailwind-ui-patterns

Installation
SKILL.md

Tailwind UI Patterns

Tailwind v4 Setup

/* app.css */
@import "tailwindcss";

/* Custom theme tokens */
@theme {
  --color-brand-50: oklch(0.97 0.01 250);
  --color-brand-500: oklch(0.55 0.15 250);
  --color-brand-900: oklch(0.25 0.08 250);

  --font-display: "Cal Sans", system-ui, sans-serif;
  --spacing-18: 4.5rem;
}
Installs
159
GitHub Stars
6
First Seen
Jan 24, 2026
tailwind-ui-patterns — autohandai/community-skills