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 committed Mar 5, 2020
1 parent 7e0ff04 commit 93f0f07
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 @@ -10260,12 +10260,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 @@ -10293,7 +10292,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 @@ -9554,12 +9554,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 @@ -9587,7 +9586,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 93f0f07

Please sign in to comment.