Skip to content

Commit 23d5dac

Browse files
authored
Add usage instructions for Gatsby (#22)
1 parent c334040 commit 23d5dac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ $ npm install --save-dev css-loader
4949
import 'simple-css-reset/reset.css';
5050
```
5151

52+
### Gatsby
53+
54+
Since `simple-css-reset` is meant to be used a global reset stylesheet, the best way to use it in Gatsby is including in `gatsby-browser.js`.
55+
56+
```js
57+
// gatsby-browser.js
58+
import 'simple-css-reset';
59+
```
5260

5361
## License
5462

0 commit comments

Comments
 (0)