Skip to content

Commit

Permalink
fix(type): match scss definitions to js definitions (carbon-design-sy…
Browse files Browse the repository at this point in the history
…stem#5625)

Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
2 people authored and renmaddox committed Mar 20, 2020
1 parent 26480c7 commit 7e734b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/type/scss/_styles.scss
Original file line number Diff line number Diff line change
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 7e734b1

Please sign in to comment.