Skip to content

Commit

Permalink
fix(type): add units to carbon--rem usage for expressive-type maps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Jan 6, 2020
1 parent 8eaba7c commit 76107aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/type/scss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ $productive-heading-07: (
$expressive-heading-01: map-merge(
$heading-01,
(
line-height: carbon--rem(20),
line-height: carbon--rem(20px),
)
) !default;

Expand All @@ -196,7 +196,7 @@ $expressive-heading-01: map-merge(
$expressive-heading-02: map-merge(
$heading-02,
(
line-height: carbon--rem(24),
line-height: carbon--rem(24px),
)
) !default;

Expand Down

0 comments on commit 76107aa

Please sign in to comment.