tailwind-utilities

When to use this skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tailwind-utilities" with this command: npx skills add sraloff/gravityboots/sraloff-gravityboots-tailwind-utilities

Tailwind Utilities

When to use this skill

  • Styling HTML/React components with Tailwind CSS.

  • Configuring tailwind.config.js .

  • implementing Dark Mode.

  1. Structure & Organization
  • Ordering: logical ordering (Layout -> Box Model -> Typography -> Visuals -> Misc). Use prettier-plugin-tailwindcss if available.

  • Components: Extract long string classes into components (React/Blade) or use @apply sparingly (only for true reusability patterns).

  1. Responsive Design
  • Mobile First: Write base styles for mobile, then add md: , lg: overrides.

  • Arbitrary values: Use [] syntax sparingly (e.g., top-[13px] ) only when design system tokens don't suffice.

  1. Dark Mode
  • Strategy: Use class strategy (toggling a class on html/body) rather than media (auto-detect) for better user control.

  • Colors: Use dark:bg-slate-900 or CSS variables for semantic colors (bg-background where background changes based on root theme).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

caddy-modern-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

apache-lamp-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

mysql-lamp-legacy

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgresql-query-opt

No summary provided by upstream source.

Repository SourceNeeds Review