css-variables

Community

Theming with CSS vars for runtime styling.

Authorsernstberger
Version1.0.0
Installs0

System Documentation

What problem does it solve?

base-joy uses a Joy UI-inspired CSS variables system. Theme tokens become CSS custom properties at runtime, enabling theming without rebuilds.

Core Features & Use Cases

  • Direct themeVars access in code (zIndex, animation) and use in Tailwind or style props.
  • Runtime theming via CSS variables generated from theme definitions.
  • Simple customization by overriding tokens in ThemeProvider.

Quick Start

Use themeVars.vars to access zIndex and animation tokens and apply to components, then override tokens at runtime via ThemeProvider.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: css-variables
Download link: https://github.com/sernstberger/base-joy/archive/main.zip#css-variables

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository