Skip to content

Commit cbae770

Browse files
committed
Allow for better copy paste install
1 parent f66c3ed commit cbae770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Includes Gatsby V2 webpack support for SCSS stylesheets modules and automatic ge
44

55
## Install
66

7-
`yarn add gatsby-plugin-scss-typescript`
7+
`yarn add gatsby-plugin-scss-typescript node-sass`
88

9-
AND
9+
or
1010

11-
`yarn add node-sass`
11+
`npm install --save gatsby-plugin-scss-typescript node-sass`
1212

1313
From v4.0.0, node-sass has been moved to a peer dependency.
1414

0 commit comments

Comments
 (0)