Skip to content

Commit

Permalink
feat(styles/settings): make the font-size definition relative to the …
Browse files Browse the repository at this point in the history
…magic-unit (#1365)
  • Loading branch information
tiloyi committed Mar 26, 2023
1 parent 4b9430f commit 07f3fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/settings-tools/_s.fonts-scale.scss
Expand Up @@ -8,7 +8,7 @@
}

@mixin set-font-scale($size, $line-height: "l") {
font-size: get-token(size, font, $size);
font-size: get-token(size, font, $size) * $magic-unit;

@include set-line-height($size, $line-height);
}

0 comments on commit 07f3fe8

Please sign in to comment.