CLAUDE CODE MARKETPLACES

tailwindcss

Tailwind CSS utility-first CSS framework. Use when styling web applications with utility classes, building responsive designs, or customizing design systems with theme variables.

npx skills add https://github.com/hairyf/skills --skill tailwindcss
SKILL.md

Tailwind CSS

The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28.

Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system.

Core References

TopicDescriptionReference
InstallationVite, PostCSS, CLI, and CDN setupcore-installation
Utility ClassesUnderstanding Tailwind's utility-first approach and styling elementscore-utility-classes
Theme VariablesDesign tokens, customizing theme, and theme variable namespacescore-theme
Responsive DesignMobile-first breakpoints, responsive variants, and container queriescore-responsive
VariantsApplying utilities conditionally with state, pseudo-class, and media query variantscore-variants
PreflightTailwind's base styles and how to extend or disable themcore-preflight

Layout

Display & Flexbox & Grid

TopicDescriptionReference
Displayflex, grid, block, inline, hidden, sr-only, flow-root, contentslayout-display
Flexboxflex-direction, justify, items, gap, grow, shrink, wrap, orderlayout-flexbox
Gridgrid-cols, grid-rows, gap, place-items, col-span, row-span, subgridlayout-grid
Aspect RatioControlling element aspect ratio for responsive medialayout-aspect-ratio
ColumnsMulti-column layout for magazine-style or masonry layoutslayout-columns

Positioning

TopicDescriptionReference
PositionControlling element positioning with static, relative, absolute, fixed, and stickylayout-position
InsetControlling placement of positioned elements with top, right, bottom, left, and inset utilitieslayout-inset

Sizing

TopicDescriptionReference
WidthSetting element width with spacing scale, fractions, container sizes, and viewport unitslayout-width
HeightSetting element height with spacing scale, fractions, viewport units, and content-based sizinglayout-height
Min & Max Sizingmin-width, max-width, min-height, max-height constraintslayout-min-max-sizing

Spacing

TopicDescriptionReference
MarginControlling element margins with spacing scale, negative values, logical properties, and space utilitieslayout-margin
PaddingControlling element padding with spacing scale, logical properties, and directional utilitieslayout-padding

Overflow

TopicDescriptionReference
OverflowControlling how elements handle content that overflows their containerlayout-overflow

Images & Replaced Elements

TopicDescriptionReference
Object Fit & PositionControlling how images and video are resized and positionedlayout-object-fit-position

Tables

TopicDescriptionReference
Table Layoutborder-collapse, table-auto, table-fixedlayout-tables

Transforms

TopicDescriptionReference
Transform BaseBase transform utilities for enabling transforms, hardware acceleration, and custom transform valuestransform-base
TranslateTranslating elements on x, y, and z axes with spacing scale, percentages, and custom valuestransform-translate
RotateRotating elements in 2D and 3D space with degree values and custom rotationstransform-rotate
ScaleScaling elements uniformly or on specific axes with percentage valuestransform-scale
SkewSkewing elements on x and y axes with degree valuestransform-skew

Typography

TopicDescriptionReference
Font & TextFont size, weight, color, line-height, letter-spacing, decoration, truncatetypography-font-text
Text AlignControlling text alignment with left, center, right, justify, and logical propertiestypography-text-align
List Stylelist-style-type, list-style-position for bullets and markerstypography-list-style

Visual

TopicDescriptionReference
BackgroundBackground color, gradient, image, size, positionvisual-background
BorderBorder width, color, radius, divide, ringvisual-border
EffectsBox shadow, opacity, mix-blend, backdrop-blur, filtervisual-effects
SVGfill, stroke, stroke-width for SVG and icon stylingvisual-svg

Effects & Interactivity

TopicDescriptionReference
Transition & AnimationCSS transitions, animation keyframes, reduced motioneffects-transition-animation
Visibility & InteractivityVisibility, cursor, pointer-events, user-select, z-indexeffects-visibility-interactivity
Form Controlsaccent-color, appearance, caret-color, resizeeffects-form-controls
Scroll Snapscroll-snap-type, scroll-snap-align for carouselseffects-scroll-snap

Features

Dark Mode

TopicDescriptionReference
Dark ModeImplementing dark mode with the dark variant and custom strategiesfeatures-dark-mode

Migration

TopicDescriptionReference
Upgrade GuideMigrating from v3 to v4, breaking changes, rename mappingsfeatures-upgrade

Customization

TopicDescriptionReference
Custom StylesAdding custom styles, utilities, variants, and working with arbitrary valuesfeatures-custom-styles
Functions & DirectivesTailwind's CSS directives and functions for working with your design systemfeatures-functions-directives
Content DetectionHow Tailwind detects classes and how to customize content scanningfeatures-content-detection

Best Practices

TopicDescriptionReference
Utility PatternsManaging duplication, conflicts, important modifier, when to use componentsbest-practices-utility-patterns

Key Recommendations

  • Use utility classes directly in markup - Compose designs by combining utilities
  • Customize with theme variables - Use @theme directive to define design tokens
  • Mobile-first responsive design - Use unprefixed utilities for mobile, prefixed for breakpoints
  • Use complete class names - Never construct classes dynamically with string interpolation
  • Leverage variants - Stack variants for complex conditional styling
  • Prefer CSS-first configuration - Use @theme, @utility, and @custom-variant over JavaScript configs
Installs1.2K
GitHub Stars19
LanguageMDX
AddedJan 29, 2026
View on GitHub