File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ Active Core Members
71
71
* **Tobias Nyholm ** (`Nyholm `_);
72
72
* **Wouter De Jong ** (`wouterj `_);
73
73
* **Alexander M. Turek ** (`derrabus `_);
74
- * **Jérémy Derussé ** (`jderusse `_).
74
+ * **Jérémy Derussé ** (`jderusse `_);
75
+ * **Titouan Galopin ** (`tgalopin `_).
75
76
76
77
* **Security Team ** (``@symfony/security `` on GitHub):
77
78
@@ -207,3 +208,4 @@ discretion of the **Project Leader**.
207
208
.. _`lsmith77` : https://github.com/lsmith77/
208
209
.. _`derrabus` : https://github.com/derrabus/
209
210
.. _`jderusse` : https://github.com/jderusse/
211
+ .. _`tgalopin` : https://github.com/tgalopin/
Original file line number Diff line number Diff line change @@ -311,15 +311,15 @@ Encore. When you do, you'll see an error!
311
311
312
312
.. code-block :: terminal
313
313
314
- > Error: Install sass-loader & node- sass to use enableSassLoader()
315
- > yarn add sass-loader@^8 .0.0 node- sass --dev
314
+ > Error: Install sass-loader & sass to use enableSassLoader()
315
+ > yarn add sass-loader@^10 .0.0 sass --dev
316
316
317
317
Encore supports many features. But, instead of forcing all of them on you, when
318
318
you need a feature, Encore will tell you what you need to install. Run:
319
319
320
320
.. code-block :: terminal
321
321
322
- $ yarn add sass-loader@^8 .0.0 node- sass --dev
322
+ $ yarn add sass-loader@^10 .0.0 sass --dev
323
323
$ yarn encore dev --watch
324
324
325
325
Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments