From ce63c8c363701d77e57dab1ea94f41073e321c19 Mon Sep 17 00:00:00 2001 From: Roy Klutman Date: Mon, 3 Sep 2018 10:59:45 +0200 Subject: [PATCH] Use SCSS instead of CSS for code block --- frontend/encore/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/bootstrap.rst b/frontend/encore/bootstrap.rst index a87e4d0e039..87f25ec662a 100644 --- a/frontend/encore/bootstrap.rst +++ b/frontend/encore/bootstrap.rst @@ -16,7 +16,7 @@ Now that ``bootstrap`` lives in your ``node_modules/`` directory, you can import it from any Sass or JavaScript file. For example, if you already have a ``global.scss`` file, import it from there: -.. code-block:: css +.. code-block:: scss // assets/css/global.scss