11. Design Tokens
11.4 Aliasing
Design Tokens · Section 11.4
color.blue.600
↓
color.action.primary
↓
button.primary.backgroundChange the primitive mapping and the component updates without changing component code.
Design Tokens · Section 11.4
color.blue.600
↓
color.action.primary
↓
button.primary.backgroundChange the primitive mapping and the component updates without changing component code.