Skip to content

Commit

Permalink
fix(docs): change gatsby-config mention for global CSS import (#23245)
Browse files Browse the repository at this point in the history
* fix `gatsby-config` mention

* chore: format

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
Js-Brecht and gatsbybot authored Apr 20, 2020
1 parent 5cd1d61 commit fae27a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes/styling-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ p {
import "./src/styles/global.css"
```

> **Note:** You can also make use of `require('./src/styles/global.css')` to import the global CSS file in your `gatsby-config.js` file.
> **Note:** You can also make use of `require('./src/styles/global.css')` to import the global CSS file in your `gatsby-browser.js` file.
3. Run `gatsby-develop` to observe the global styling being applied across your site.

Expand Down

0 comments on commit fae27a8

Please sign in to comment.