We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66c3ed commit cbae770Copy full SHA for cbae770
README.md
@@ -4,11 +4,11 @@ Includes Gatsby V2 webpack support for SCSS stylesheets modules and automatic ge
4
5
## Install
6
7
-`yarn add gatsby-plugin-scss-typescript`
+`yarn add gatsby-plugin-scss-typescript node-sass`
8
9
-AND
+or
10
11
-`yarn add node-sass`
+`npm install --save gatsby-plugin-scss-typescript node-sass`
12
13
From v4.0.0, node-sass has been moved to a peer dependency.
14
0 commit comments