styling

Apply Tailwind CSS styling to UI components using the SideDish design system.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jhlee0409/sidedish --skill styling
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: styling
Source: https://github.com/jhlee0409/sidedish/tree/main/.claude/skills/styling
Command: npx skills add https://github.com/jhlee0409/sidedish --skill styling

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

Tailwind CSS 4๋ฅผ ์‚ฌ์šฉํ•œ ์ผ๊ด€๋œ UI ์Šคํƒ€์ผ๋ง๊ณผ ์‚ฌ์ด๋“œ๋””์‹œ ๋””์ž์ธ ์‹œ์Šคํ…œ ์ ์šฉ์„ ๋•์Šต๋‹ˆ๋‹ค.

Core Features & Use Cases

  • Design System: ์ƒ‰์ƒ, ํƒ€์ดํฌ๊ทธ๋ž˜ํ”ผ, ๋ฒ„ํŠผ ๋ชจ๋“ˆ ๊ตฌ์„ฑ
  • Glassmorphism & Cards: ๊ธ€๋ž˜์Šค๋ชฐํ”ผ์Šค ์นด๋“œ ์Šคํƒ€์ผ ์ƒ˜ํ”Œ
  • Responsive Patterns: ๊ทธ๋ฆฌ๋“œ/๋ ˆ์ด์•„์›ƒ ๊ธฐ๋ณธ ํŒจํ„ด

Quick Start

์ƒˆ ์นด๋“œ ์ปดํฌ๋„ŒํŠธ์— ๋””์ž์ธ ์‹œ์Šคํ…œ ์œ ํ‹ธ๋ฆฌํ‹ฐ ํด๋ž˜์Šค๋ฅผ ์ ์šฉํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about styling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply Tailwind CSS styling to components with a design system?โ–ผ

Tailwind CSS styling enforces utility classes to align UI components with design system standards. Apply predefined className patterns for color, typography, spacing, and bordersโ€”no inline styles. This ensures consistency across buttons, forms, cards, and layouts while maintaining responsive design.

What is glassmorphism and how do I implement it in Tailwind?โ–ผ

Glassmorphism creates frosted-glass card effects using transparency, backdrop blur, and border styling. The SideDish design system provides predefined Tailwind patterns for glassmorphism cards with large border radii (rounded-xl, rounded-2xl) and consistent spacing, ready to apply to card components.

Can I use Tailwind CSS 4 with a custom design system?โ–ผ

Yes, Tailwind CSS 4 works with custom design systems. The SideDish system defines reusable utility classes for color palettes, typography scales, button variants, and spacing rules that layer on top of Tailwind, allowing you to maintain design consistency across all components.

How do I build responsive layouts with Tailwind and maintain design consistency?โ–ผ

Apply Tailwind's responsive grid and layout patterns combined with SideDish design tokens for color, typography, and spacing. Use predefined button and card variants with large border radii to ensure responsive components scale correctly while adhering to system constraints.

What are the constraints when styling with this design system?โ–ผ

The SideDish system requires Tailwind className usage onlyโ€”inline styles are not permitted. Border radii must be large (rounded-xl, rounded-2xl minimum). Scope is limited to buttons, forms, cards, and animations; other component types follow category-level patterns.