Skip to content

Commit

Permalink
chore(gatsby-plugin-sass): Update README (#29965)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Mar 4, 2021
1 parent a6a3fcd commit dfb991f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sass/README.md
Expand Up @@ -48,8 +48,8 @@ plugins: [
]
```

If you need to override the default options passed into [`css-loader`](https://github.com/webpack-contrib/css-loader/tree/version-1):
**Note:** Gatsby is using `css-loader@1.0.1`.
If you need to override the default options passed into [`css-loader`](https://github.com/webpack-contrib/css-loader):
**Note:** Gatsby is using `css-loader@^5.0.0`.

```javascript:title=gatsby-config.js
plugins: [
Expand Down

0 comments on commit dfb991f

Please sign in to comment.