Skip to content

Commit

Permalink
docs: update system var prefix (#30199)
Browse files Browse the repository at this point in the history
(cherry picked from commit a2a0218)
  • Loading branch information
andrewseguin committed Dec 17, 2024
1 parent b724b06 commit 03a59b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/extract-tokens/extract-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ function getTokenExtractionCode(
}
$__all-color: ${m3Tokens}.generate-color-tokens(light, ${palettes}.$azure-palette,
${palettes}.$azure-palette, ${palettes}.$azure-palette, 'sys');
$__all-typography: ${m3Tokens}.generate-typography-tokens(font, 100, 100, 100, 100, 'sys');
${palettes}.$azure-palette, ${palettes}.$azure-palette, 'mat-sys');
$__all-typography: ${m3Tokens}.generate-typography-tokens(font, 100, 100, 100, 100, 'mat-sys');
$__all-density: ${m3Tokens}.generate-density-tokens(0);
$__all-base: ${m3Tokens}.generate-base-tokens();
$__results: ();
Expand Down

0 comments on commit 03a59b6

Please sign in to comment.