Skip to content

Commit 303f846

Browse files
committed
minor #10770 Fix app.css comment syntax (plehatron)
This PR was merged into the 3.4 branch. Discussion ---------- Fix app.css comment syntax This PR fixes the css comment syntax in installation without Flex doc. Commits ------- c45250c Fix app.css comment syntax
2 parents d8bbdd7 + c45250c commit 303f846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation-no-flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ And the new ``assets/css/app.css`` file:
9494

9595
.. code-block:: css
9696
97-
// assets/css/app.css
97+
/* assets/css/app.css */
9898
body {
9999
background-color: lightgray;
100100
}

0 commit comments

Comments
 (0)