Skip to content

Commit

Permalink
fix(tokens): fix generating typography aliases (#268)
Browse files Browse the repository at this point in the history
The token build process depends on the Token instance to generate the
tokens correctly, and deepClone does not copy symbols, so the output was
incorrect (aliases were being mapped to `var(--cds-);`).

This also adds the missing typography color changes to the themes. 

Removes lodash deepClone.
  • Loading branch information
williamernest committed Aug 28, 2023
1 parent ee2bcce commit c32669d
Show file tree
Hide file tree
Showing 6 changed files with 20,886 additions and 5,408 deletions.
Loading

0 comments on commit c32669d

Please sign in to comment.