Skip to content

Commit b0d8583

Browse files
committed
Minor reword
1 parent aedefdd commit b0d8583

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

frontend/encore/simple-example.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

141140
Requiring JavaScript Modules
142141
----------------------------

0 commit comments

Comments
 (0)