tapuz
Tokens

Design tokens

Tokens are named values for colors, typography, and component styles. tapuz injects them as CSS variables and utility classes. Edit a token in the dashboard and the change propagates instantly to every connected tab.

Two ways to use tokens

CSS variables
Use in CSS, inline styles, or any style string. All prefixed with --tpz-
color: var(--tpz-primary-color);
CSS classes
Apply directly to elements. All prefixed with tpz-
<h1 className="tpz-h1-sz tpz-prm-clr">Title</h1>

Token categories