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 Mar 10, 2020
1 parent bfb929f commit 2ec5098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -10254,12 +10254,11 @@ Include a type reset for a given body and mono font family

```scss
@mixin carbon--type-reset(
$base-font-size: $carbon--base-font-size,
$body-font-family: carbon--font-family('sans'),
$mono-font-family: carbon--font-family('mono')
) {
html {
font-size: $base-font-size;
font-size: 100%;
}

body {
Expand Down Expand Up @@ -10287,7 +10286,6 @@ Include a type reset for a given body and mono font family

| Name | Description | Type | Default value |
| ------------------- | ----------------------------------------------------------------------------------- | -------- | ----------------------------- |
| `$base-font-size` | The base font size for your document | `Number` | `$carbon--base-font-size` |
| `$body-font-family` | The font family used on the `<body>` element | `String` | `carbon--font-family('sans')` |
| `$mono-font-family` | The font family used on elements that require mono fonts, like the `<code>` element | `String` | `carbon--font-family('mono')` |

Expand Down
4 changes: 1 addition & 3 deletions packages/elements/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -9548,12 +9548,11 @@ Include a type reset for a given body and mono font family

```scss
@mixin carbon--type-reset(
$base-font-size: $carbon--base-font-size,
$body-font-family: carbon--font-family('sans'),
$mono-font-family: carbon--font-family('mono')
) {
html {
font-size: $base-font-size;
font-size: 100%;
}

body {
Expand Down Expand Up @@ -9581,7 +9580,6 @@ Include a type reset for a given body and mono font family

| Name | Description | Type | Default value |
| ------------------- | ----------------------------------------------------------------------------------- | -------- | ----------------------------- |
| `$base-font-size` | The base font size for your document | `Number` | `$carbon--base-font-size` |
| `$body-font-family` | The font family used on the `<body>` element | `String` | `carbon--font-family('sans')` |
| `$mono-font-family` | The font family used on elements that require mono fonts, like the `<code>` element | `String` | `carbon--font-family('mono')` |

Expand Down
4 changes: 1 addition & 3 deletions packages/type/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,12 +741,11 @@ Include a type reset for a given body and mono font family

```scss
@mixin carbon--type-reset(
$base-font-size: $carbon--base-font-size,
$body-font-family: carbon--font-family('sans'),
$mono-font-family: carbon--font-family('mono')
) {
html {
font-size: $base-font-size;
font-size: 100%;
}

body {
Expand Down Expand Up @@ -774,7 +773,6 @@ Include a type reset for a given body and mono font family

| Name | Description | Type | Default value |
| ------------------- | ----------------------------------------------------------------------------------- | -------- | ----------------------------- |
| `$base-font-size` | The base font size for your document | `Number` | `$carbon--base-font-size` |
| `$body-font-family` | The font family used on the `<body>` element | `String` | `carbon--font-family('sans')` |
| `$mono-font-family` | The font family used on elements that require mono fonts, like the `<code>` element | `String` | `carbon--font-family('mono')` |

Expand Down

0 comments on commit 2ec5098

Please sign in to comment.