File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -430,19 +430,19 @@ Encore. When you do, you'll see an error!
430430.. code-block :: terminal
431431
432432 > Error: Install sass-loader & sass to use enableSassLoader()
433- > yarn add sass-loader@^12 .0.0 sass --dev
433+ > yarn add sass-loader@^13 .0.0 sass --dev
434434
435435 Encore supports many features. But, instead of forcing all of them on you, when
436436you need a feature, Encore will tell you what you need to install. Run:
437437
438438.. code-block :: terminal
439439
440440 # if you use the Yarn package manager
441- $ yarn add sass-loader@^12 .0.0 sass --dev
441+ $ yarn add sass-loader@^13 .0.0 sass --dev
442442 $ yarn encore dev --watch
443443
444444 # if you use the npm package manager
445- $ npm install sass-loader@^12 .0.0 sass --save-dev
445+ $ npm install sass-loader@^13 .0.0 sass --save-dev
446446 $ npm run watch
447447
448448 Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments