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 6085bf6 commit b7aca40Copy full SHA for b7aca40
README.md
@@ -29,7 +29,7 @@ npm install sass-loader node-sass webpack --save-dev
29
30
The sass-loader requires [webpack](https://github.com/webpack) as a
31
[`peerDependency`](https://docs.npmjs.com/files/package.json#peerdependencies)
32
-and it requires you to install either [Node Sass][] or [Dart Sass][] on your
+and it requires you to install either [Node Sass](https://github.com/sass/node-sass) or [Dart Sass](https://github.com/sass/dart-sass) on your
33
own. This allows you to control the versions of all your dependencies, and to
34
choose which Sass implementation to use.
35
0 commit comments