File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ long and unwieldy expressions.
4040Many developers -- particularly web developers -- are more comfortable
4141using CSS selectors to find elements. As well as working in stylesheets,
4242CSS selectors are used in JavaScript with the ``querySelectorAll() `` function
43- and in popular JavaScript libraries such as jQuery, Prototype and MooTools .
43+ and in popular JavaScript libraries such as jQuery.
4444
4545CSS selectors are less powerful than XPath, but far easier to write, read
4646and understand. Since they are less powerful, almost all CSS selectors can
Original file line number Diff line number Diff line change @@ -299,19 +299,19 @@ Encore. When you do, you'll see an error!
299299.. code-block :: terminal
300300
301301 > Error: Install sass-loader & sass to use enableSassLoader()
302- > yarn add sass-loader@^10 .0.0 sass --dev
302+ > yarn add sass-loader@^12 .0.0 sass --dev
303303
304304 Encore supports many features. But, instead of forcing all of them on you, when
305305you need a feature, Encore will tell you what you need to install. Run:
306306
307307.. code-block :: terminal
308308
309309 # if you use the Yarn package manager
310- $ yarn add sass-loader@^10 .0.0 sass --dev
310+ $ yarn add sass-loader@^12 .0.0 sass --dev
311311 $ yarn encore dev --watch
312312
313313 # if you use the npm package manager
314- $ npm install sass-loader@^10 .0.0 sass --save-dev
314+ $ npm install sass-loader@^12 .0.0 sass --save-dev
315315 $ npm run watch
316316
317317 Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments