Skip to content

Commit eb96a8e

Browse files
committed
minor #10248 [RST] Use SCSS instead of CSS for code block (royklutman)
This PR was merged into the 3.4 branch. Discussion ---------- [RST] Use SCSS instead of CSS for code block Small change to use SCSS instead of CSS for the SCSS code block. Commits ------- ce63c8c Use SCSS instead of CSS for code block
2 parents 037f448 + ce63c8c commit eb96a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/bootstrap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Now that ``bootstrap`` lives in your ``node_modules/`` directory, you can
1616
import it from any Sass or JavaScript file. For example, if you already have
1717
a ``global.scss`` file, import it from there:
1818

19-
.. code-block:: css
19+
.. code-block:: scss
2020
2121
// assets/css/global.scss
2222

0 commit comments

Comments
 (0)