File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,11 @@ In Symfony, use the ``asset()`` helper:
110110 </html>
111111
112112 Using Sass
113- ----------------------------
114-
115- Instead of using plain CSS you can also use Sass.
113+ ----------
116114
117- In order to do so, simply change the extension of the ``app.css `` file
118- to ``.sass `` or ``.scss `` (based on the syntax you want to use):
115+ Instead of using plain CSS you can also use Sass. In order to do so, change the
116+ extension of the ``app.css `` file to ``.sass `` or ``.scss `` (based on the syntax
117+ you want to use):
119118
120119.. code-block :: diff
121120
@@ -135,8 +134,8 @@ And enable the Sass pre-processor:
135134 - // .enableSassLoader()
136135 + .enableSassLoader()
137136
138- To use ``enableSassLoader() ``, you'll also need to install a few more packages.
139- But Encore will tell you *exactly * which ones when running it.
137+ Using ``enableSassLoader() `` requires to install additional packages, but Encore
138+ will tell you *exactly * which ones when running it.
140139
141140Requiring JavaScript Modules
142141----------------------------
You can’t perform that action at this time.
0 commit comments