Skip to content

Commit

Permalink
fix(type): match scss definitions to js definitions (#5625)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <josh@josh.black>
  • Loading branch information
2 people authored and Alessandra Davila committed Mar 25, 2020
1 parent a2a96d1 commit 42a0e9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/type/scss/_styles.scss
Expand Up @@ -249,6 +249,7 @@ $expressive-heading-05: (
breakpoints: (
md: (
font-size: carbon--type-scale(9),
font-weight: carbon--font-weight('light'),
line-height: 122%,
),
lg: (
Expand All @@ -261,6 +262,7 @@ $expressive-heading-05: (
),
max: (
font-size: carbon--type-scale(13),
line-height: carbon--rem(70px),
),
),
) !default;
Expand Down Expand Up @@ -288,6 +290,7 @@ $expressive-heading-06: (
),
max: (
font-size: carbon--type-scale(13),
line-height: carbon--rem(70px),
),
),
) !default;
Expand Down

0 comments on commit 42a0e9a

Please sign in to comment.