Skip to content

Commit

Permalink
style(letter-spacing): updates to letter spacing for medium and small…
Browse files Browse the repository at this point in the history
…er (#1922)

fix: DSS-747

Co-authored-by: Julian Skinner <[email protected]>
  • Loading branch information
ju-Skinner and kajabi-bot committed Aug 16, 2024
1 parent 008a6c7 commit 50fecea
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 50fecea

Please sign in to comment.