From 24375deec14794eaa5c0a805dea7e165c7de3bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jib=C3=A9=20Barth?= Date: Mon, 7 Oct 2024 12:51:02 +0200 Subject: [PATCH] Fix load_path path example (#72) Vendor was missing here --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index e19c7c7..47b1536 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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: