Skip to content

Commit

Permalink
style(letter-spacing): updates to letter spacing for medium and smaller
Browse files Browse the repository at this point in the history
fix: DSS-747
  • Loading branch information
kajabi-bot committed Aug 1, 2024
1 parent a8ca37e commit e3abe92
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
/// Sage letter spacing/kerning token
///
$sage-letter-spacings: (
xs: rem(0.11px),
sm: rem(0.12px),
md: rem(0.14px),
xs: rem(0),
sm: rem(0),
md: rem(-0.16px),
lg: rem(0.16px),
xl: rem(0.18px),
2xl: rem(0.2px),
Expand Down

0 comments on commit e3abe92

Please sign in to comment.