Skip to content

Commit

Permalink
Add link explaining styling approach. (#21491)
Browse files Browse the repository at this point in the history
why?
Suggest adding link to help understand the meaning of `styling approach`.

Link:
- https://www.gatsbyjs.org/docs/creating-global-styles/
- https://www.gatsbyjs.org/docs/css-libraries-and-frameworks/
  • Loading branch information
harapeko committed Feb 18, 2020
1 parent ff9deb9 commit cc99ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/creating-global-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Creating Global Styles
---

Creating global styles for your Gatsby site depends on your styling approach, so we've moved the instructions to the relevant guides:
Creating global styles for your Gatsby site depends on your [styling approach](/docs/styling/), so we've moved the instructions to the relevant guides:

- [Global styles with standard CSS files](/docs/global-css/) (also applies if you're using CSS Modules for component-scoped styles)
- [Global styles with CSS-in-JS library Emotion](/docs/emotion/)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/css-libraries-and-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ overview: true

There are many other CSS style libraries and frameworks that you can use in your Gatsby project.

These libraries are not full-on approaches to styling, and generally work no matter which styling approach you've chosen for your website. They require installing third-party libraries, often with the help of Gatsby community plugins.
These libraries are not full-on approaches to styling, and generally work no matter which [styling approach](/docs/styling/) you've chosen for your website. They require installing third-party libraries, often with the help of Gatsby community plugins.

<GuideList slug={props.slug} />

0 comments on commit cc99ac6

Please sign in to comment.