Skip to content

Commit 80edf33

Browse files
committed
minor symfony#13862 update sass-loader version printed in symfony 5.1 (nabbisen)
This PR was submitted for the 5.1 branch but it was merged into the 3.4 branch instead. Discussion ---------- update sass-loader version printed in symfony 5.1 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 473fdc2 update sass-loader version printed in symfony 5.1
2 parents 8de66f8 + 473fdc2 commit 80edf33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/simple-example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,14 @@ Encore. When you do, you'll see an error!
306306
.. code-block:: terminal
307307
308308
> Error: Install sass-loader & node-sass to use enableSassLoader()
309-
> yarn add sass-loader@^7.0.1 node-sass --dev
309+
> yarn add sass-loader@^8.0.0 node-sass --dev
310310
311311
Encore supports many features. But, instead of forcing all of them on you, when
312312
you need a feature, Encore will tell you what you need to install. Run:
313313

314314
.. code-block:: terminal
315315
316-
$ yarn add sass-loader@^7.0.1 node-sass --dev
316+
$ yarn add sass-loader@^8.0.0 node-sass --dev
317317
$ yarn encore dev --watch
318318
319319
Your app now supports Sass. Encore also supports LESS and Stylus. See

0 commit comments

Comments
 (0)