From 63f2b34137707fcc2e5bacc4da700e0cb8bf4c2b Mon Sep 17 00:00:00 2001 From: Roy Klutman Date: Sun, 17 Jun 2018 11:45:37 +0200 Subject: [PATCH] Update shared-entry.rst to use Bootstrap 4's SCSS Updated the first example in shared-entry.rst to use Bootstrap 4's SCSS. --- frontend/encore/shared-entry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/shared-entry.rst b/frontend/encore/shared-entry.rst index c883f6ef390..1eacdb76261 100644 --- a/frontend/encore/shared-entry.rst +++ b/frontend/encore/shared-entry.rst @@ -21,7 +21,7 @@ that's included on every page: // you can also extract CSS - this will create a 'vendor.css' file // this CSS will *not* be included in page1.css or page2.css anymore - 'bootstrap-sass/assets/stylesheets/_bootstrap.scss' + 'bootstrap/scss/bootstrap.scss' ]) As soon as you make this change, you need to include two extra JavaScript files