Skip to content

Commit 99a5748

Browse files
committed
minor #15073 Distinct Bootstrap jQuery requirement (ChristianOellers)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Distinct Bootstrap jQuery requirement Add distinction to jQuery requirement for Bootstrap version 5, which does not require it to be used: https://getbootstrap.com/docs/5.0/getting-started/javascript/#still-want-to-use-jquery-its-possible Text is a suggestion, I feel it could be more elegantly written? Commits ------- b0b8c95 Distinct Bootstrap jQuery requirement
2 parents 9fcc2b9 + b0b8c95 commit 99a5748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/encore/bootstrap.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ file into ``global.scss``. You can even customize the Bootstrap variables first!
3737
Importing Bootstrap JavaScript
3838
------------------------------
3939

40-
Bootstrap JavaScript requires jQuery and Popper.js, so make sure you have this installed:
40+
Bootstrap JavaScript requires Popper.js. Prior to Bootstrap 5, jQuery is required too.
41+
Make sure you have this installed:
4142

4243
.. code-block:: terminal
4344

0 commit comments

Comments
 (0)