Skip to content

Commit

Permalink
Updating README.md - importing index.scss (#21582)
Browse files Browse the repository at this point in the history
Removing brackets from import("./src/index.scss") to import "./src/index.scss".
  • Loading branch information
imshuffling committed Feb 19, 2020
1 parent dd344ac commit dc4c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ html {
```

```javascript:title=gatsby-browser.js
import("./src/index.scss")
import "./src/index.scss"
```

## Other options
Expand Down

0 comments on commit dc4c2d2

Please sign in to comment.