Skip to content

Commit

Permalink
Fix load_path path example (#72)
Browse files Browse the repository at this point in the history
Vendor was missing here
  • Loading branch information
Jibbarth authored Oct 7, 2024
1 parent 78389be commit 24375de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ For example, an alternative way to use Bootstrap would be to register the vendor
symfonycasts_sass:
sass_options:
load_path:
- '%kernel.project_dir%/vendor/bootstrap/scss'
- '%kernel.project_dir%/vendor/twbs/bootstrap/scss'
And then import bootstrap from ``app.scss`` with:

Expand Down

0 comments on commit 24375de

Please sign in to comment.