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.
40
40
Many developers -- particularly web developers -- are more comfortable
41
41
using CSS selectors to find elements. As well as working in stylesheets,
42
42
CSS 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.
44
44
45
45
CSS selectors are less powerful than XPath, but far easier to write, read
46
46
and 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!
299
299
.. code-block :: terminal
300
300
301
301
> 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
303
303
304
304
Encore supports many features. But, instead of forcing all of them on you, when
305
305
you need a feature, Encore will tell you what you need to install. Run:
306
306
307
307
.. code-block :: terminal
308
308
309
309
# 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
311
311
$ yarn encore dev --watch
312
312
313
313
# 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
315
315
$ npm run watch
316
316
317
317
Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments