Skip to content

Commit

Permalink
chore(docs): 🧹 remove trailing whitespace from Markdown. (#22369)
Browse files Browse the repository at this point in the history
* chore(docs): 🧹 remove trailing whitespace from Markdown.

Found 2 Markdown files with trailing whitespace.

* Update CHANGELOG.md

Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
  • Loading branch information
jbampton and KyleAMathews committed Mar 19, 2020
1 parent e0933f8 commit f345985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/glossary/markdown.md
Expand Up @@ -26,7 +26,7 @@ You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.org/)
<figure class="chart">
<object data="chart.svg" type="image/svg+xml"></object>
<figcaption>
Developers who love using Gatsby versus those who haven't tried it yet.
Developers who love using Gatsby versus those who haven't tried it yet.
</figcaption>
</figure>
```
Expand Down
3 changes: 2 additions & 1 deletion packages/gatsby-design-tokens/CHANGELOG.md
Expand Up @@ -34,7 +34,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

#### Tokens

This update moves the rudimentary tokens even closer to our current sole target, CSS. This e.g. means that instead of exporting an array of integers for `fontSizes` or `space`, we now provide `rem` values instead (while still making the v1 variants available — but we do have "soft" preferences regarding default units for CSS, which are emphasized by these breaking changes).
This update moves the rudimentary tokens even closer to our current sole target, CSS. This e.g. means that instead of exporting an array of integers for `fontSizes` or `space`, we now provide `rem` values instead (while still making the v1 variants available — but we do have "soft" preferences regarding default units for CSS, which are emphasized by these breaking changes).

We currently only consume these tokens in the context of CSS, so let's make things a bit easier there:

- `fontsSizes` exports `rem` values now; old values available at `fontSizesRaw`
Expand Down

0 comments on commit f345985

Please sign in to comment.