Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot authored and joshblack committed Jan 6, 2020
1 parent 76107aa commit 27a2303
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -11748,7 +11748,7 @@ $productive-heading-07: (
$expressive-heading-01: map-merge(
$heading-01,
(
line-height: carbon--rem(20),
line-height: carbon--rem(20px),
)
);
```
Expand All @@ -11767,7 +11767,7 @@ $expressive-heading-01: map-merge(
$expressive-heading-02: map-merge(
$heading-02,
(
line-height: carbon--rem(24),
line-height: carbon--rem(24px),
)
);
```
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -11048,7 +11048,7 @@ $productive-heading-07: (
$expressive-heading-01: map-merge(
$heading-01,
(
line-height: carbon--rem(20),
line-height: carbon--rem(20px),
)
);
```
Expand All @@ -11067,7 +11067,7 @@ $expressive-heading-01: map-merge(
$expressive-heading-02: map-merge(
$heading-02,
(
line-height: carbon--rem(24),
line-height: carbon--rem(24px),
)
);
```
Expand Down
4 changes: 2 additions & 2 deletions packages/type/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ $productive-heading-07: (
$expressive-heading-01: map-merge(
$heading-01,
(
line-height: carbon--rem(20),
line-height: carbon--rem(20px),
)
);
```
Expand All @@ -2305,7 +2305,7 @@ $expressive-heading-01: map-merge(
$expressive-heading-02: map-merge(
$heading-02,
(
line-height: carbon--rem(24),
line-height: carbon--rem(24px),
)
);
```
Expand Down

0 comments on commit 27a2303

Please sign in to comment.