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:
110
110
</html>
111
111
112
112
Using Sass
113
- ----------------------------
114
-
115
- Instead of using plain CSS you can also use Sass.
113
+ ----------
116
114
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):
119
118
120
119
.. code-block :: diff
121
120
@@ -135,8 +134,8 @@ And enable the Sass pre-processor:
135
134
- // .enableSassLoader()
136
135
+ .enableSassLoader()
137
136
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.
140
139
141
140
Requiring JavaScript Modules
142
141
----------------------------
You can’t perform that action at this time.
0 commit comments