canvas-styling-conventions

Installation
SKILL.md

Technology stack

Technology Purpose
Tailwind CSS 4.1+ Styling
class-variance-authority (CVA) Component variants
clsx + tailwind-merge via cn() Class name merging

Only use these dependencies for styling. Do not add third-party CSS libraries or create new styling utilities.

Styling conventions

  • Use Tailwind's theme colors (primary-*, gray-*) defined in global.css.
  • Avoid hardcoded color values; use theme tokens instead.
  • Follow the existing focus, hover, and active state patterns from examples.

The cn() utility

Related skills
Installs
77
GitHub Stars
1
First Seen
Feb 13, 2026