Skip to content

Commit f345985

Browse files
jbamptonKyleAMathews
andauthoredMar 19, 2020
chore(docs): 🧹 remove trailing whitespace from Markdown. (#22369)
* 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>
1 parent e0933f8 commit f345985

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎docs/docs/glossary/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.org/)
2626
<figure class="chart">
2727
<object data="chart.svg" type="image/svg+xml"></object>
2828
<figcaption>
29-
Developers who love using Gatsby versus those who haven't tried it yet.
29+
Developers who love using Gatsby versus those who haven't tried it yet.
3030
</figcaption>
3131
</figure>
3232
```

‎packages/gatsby-design-tokens/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535
#### Tokens
3636

37-
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).
37+
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).
38+
3839
We currently only consume these tokens in the context of CSS, so let's make things a bit easier there:
3940

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

0 commit comments

Comments
 (0)
Please sign in to comment.