Skip to content

Commit 790f012

Browse files
committed
minor #9930 Update shared-entry.rst to use Bootstrap 4's SCSS (royklutman)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #9930). Discussion ---------- Update shared-entry.rst to use Bootstrap 4's SCSS Updated the first example in shared-entry.rst to use Bootstrap 4's SCSS. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e049c38 Update shared-entry.rst to use Bootstrap 4's SCSS
2 parents b380e09 + e049c38 commit 790f012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/shared-entry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ that's included on every page:
2121
2222
// you can also extract CSS - this will create a 'vendor.css' file
2323
// this CSS will *not* be included in page1.css or page2.css anymore
24-
'bootstrap-sass/assets/stylesheets/_bootstrap.scss'
24+
'bootstrap/scss/bootstrap.scss'
2525
])
2626
2727
As soon as you make this change, you need to include two extra JavaScript files

0 commit comments

Comments
 (0)