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.
2 parents 900f3e4 + 555aa35 commit 2238849Copy full SHA for 2238849
frontend/encore/simple-example.rst
@@ -306,14 +306,14 @@ Encore. When you do, you'll see an error!
306
.. code-block:: terminal
307
308
> Error: Install sass-loader & node-sass to use enableSassLoader()
309
- > yarn add sass-loader@^7.0.1 node-sass --dev
+ > yarn add sass-loader@^8.0.0 node-sass --dev
310
311
Encore supports many features. But, instead of forcing all of them on you, when
312
you need a feature, Encore will tell you what you need to install. Run:
313
314
315
316
- $ yarn add sass-loader@^7.0.1 node-sass --dev
+ $ yarn add sass-loader@^8.0.0 node-sass --dev
317
$ yarn encore dev --watch
318
319
Your app now supports Sass. Encore also supports LESS and Stylus. See
0 commit comments