From fuse-tailwindcss
References Tailwind CSS v4.1 border utilities for width, color, style, radius (rounded-*), outline (outline-*, offset), ring (ring-*, offset), and divide. Use for element borders, focus rings, and separators.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-tailwindcss:tailwindcss-bordersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Complete reference for border-related utilities in Tailwind CSS v4.1.
Complete reference for border-related utilities in Tailwind CSS v4.1.
border, border-x, border-y, border-t, border-r, border-b, border-lborder-{color}, per-side border colorsborder-solid, border-dashed, border-dotted, border-doublerounded, rounded-t, rounded-r, rounded-b, rounded-l, rounded-tl, rounded-tr, rounded-bl, rounded-br, rounded-fulloutline, outline-{width}, outline-{color}, outline-offsetring, ring-{width}, ring-{color}, ring-offset, ring-offset-{color}divide-x, divide-y, divide-{color}, divide-{style}ring width changed from 3px to 1px (use ring-3 for v3 behavior)outline-offsetnpx claudepluginhub fusengine/agents --plugin fuse-tailwindcssCovers Tailwind CSS v4 fundamentals: Vite/PostCSS installation, CSS-first @theme configuration, custom utilities, design systems, and 2025/2026 best practices.
Tailwind CSS v4 utility-first discipline: CSS-first configuration, design tokens via @theme, and principled class composition. Invoke whenever task involves any interaction with Tailwind CSS — writing, reviewing, refactoring, debugging, or understanding utility classes, theme configuration, custom utilities, dark mode, or Tailwind integration with frameworks.
Delivers Tailwind CSS 4.1 updates beyond Claude cutoff: text shadows, composable masks, overflow-wrap, colored drop shadows, safe alignment, pointer variants, @source directives. Use for Tailwind 4+ projects.