css-architecture

Installation
SKILL.md

Follow modern CSS architecture patterns:

CSS Variables

Use CSS custom properties for theming:

:root {
  /* Colors */
  --color-primary: #10a37f;
  --color-primary-dark: #0d8a6a;
  --color-bg: #0f0f0f;
  --color-bg-elevated: #1a1a1a;
  --color-text: #ffffff;
  --color-text-muted: #a0a0a0;
  --color-border: #333333;
Installs
5
GitHub Stars
20
First Seen
Jan 29, 2026
css-architecture — oro-ad/nuxt-claude-devtools