Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0d8583

Browse files
committed
Minor reword
1 parentaedefdd commitb0d8583

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 needto installa few more packages.
139-
But Encorewill tell you *exactly* which ones when running it.
137+
Using``enableSassLoader()`` requiresto installadditional packages, but Encore
138+
will tell you *exactly* which ones when running it.
140139

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp