Page MenuHomePhabricator

Tokens: determine if we can eliminate any redundancies
Open, MediumPublic5 Estimated Story Points

Description

Right now, we ship a large number of color-related tokens in Codex. These tokens are unique and do not reference one another (even if they ideally should). This means that anyone who is authoring an alternate color mode would need to override and keep track of a large number of CSS variables.

We should explore ways to consolidate our token output, eliminating redundant tokens or values, or replacing static values with references where possible.