Skip to content

Commit d0be2b5

Browse files
docs: added important information about sass-loader (#931)
1 parent 71456e9 commit d0be2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ npm install sass-loader sass webpack --save-dev
3131

3232
This allows you to control the versions of all your dependencies, and to choose which Sass implementation to use.
3333

34-
> ℹ️ We recommend using [Dart Sass](https://github.com/sass/dart-sass).
34+
> ℹ️ We highly recommend using [Dart Sass](https://github.com/sass/dart-sass).
3535
36-
> [Node Sass](https://github.com/sass/node-sass) does not work with [Yarn PnP](https://classic.yarnpkg.com/en/docs/pnp/) feature.
36+
> [Node Sass](https://github.com/sass/node-sass) does not work with [Yarn PnP](https://classic.yarnpkg.com/en/docs/pnp/) feature and doesn't support [@use rule](https://sass-lang.com/documentation/at-rules/use).
3737
3838
Chain the `sass-loader` with the [css-loader](https://github.com/webpack-contrib/css-loader) and the [style-loader](https://github.com/webpack-contrib/style-loader) to immediately apply all styles to the DOM or the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to extract it into a separate file.
3939

0 commit comments

Comments
 (0)