You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To begin, you'll need to install `sass-loader`:
27
27
npm install sass-loader sass webpack --save-dev
28
28
```
29
29
30
-
`sass-loader` requires you to install either [Dart Sass](https://github.com/sass/dart-sass)on your own (more documentation can be found below) or [Node Sass](https://github.com/sass/node-sass).
30
+
`sass-loader` requires you to install either [Dart Sass](https://github.com/sass/dart-sass) or [Node Sass](https://github.com/sass/node-sass) on your own (more documentation can be found below).
31
31
32
32
This allows you to control the versions of all your dependencies, and to choose which Sass implementation to use.
33
33
@@ -628,5 +628,5 @@ Please take a moment to read our contributing guidelines if you haven't yet done
0 commit comments