designtokens.fyi

© Design Systems House

Alias

To assign a token as a value for another token. This occurs when connecting tiers of tokens together.

Example

input.critical.bdColor = color.red.500

In the above example, the semantic token input.critical.bdColor is made as an alias of the primitive token color.red.500.

This is helpful because we can change that assignment to serve another value without needing to visit each place using that token.