Skip to content

Commit

Permalink
Reindent the note and add correct syntax to one more note
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored Jan 3, 2024
1 parent 57f9a1a commit 1bf420a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ you can exclude them from asset mapper:
- '*/assets/styles/_*.scss'
- '*/assets/styles/**/_*.scss'
Note: be sure not to exclude your *main* SCSS file (e.g. ``assets/styles/app.scss``):
this *is* used in AssetMapper and its contents are swapped for the final, built CSS.
.. note::

Be sure not to exclude your *main* SCSS file (e.g. ``assets/styles/app.scss``):
this *is* used in AssetMapper and its contents are swapped for the final, built CSS.

Using Bootstrap Sass
--------------------
Expand Down Expand Up @@ -166,13 +168,13 @@ The main option is ``root_sass`` option, which defaults to ``assets/styles/app.s
.. note::

The option ``root_sass`` also supports array of paths that represents different source Sass files
The ``root_sass`` option also supports an array of paths that represents different source Sass files:

.. code-block:: yaml
.. code-block:: yaml
symfony_cast:
root_sass:
- '%kernel.project_dir%/assets/scss/app.scss'
symfony_cast:
root_sass:
- '%kernel.project_dir%/assets/scss/app.scss'
Sass CLI Options
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 1bf420a

Please sign in to comment.