Skip to content

Commit b0b8c95

Browse files
ChristianOellersjaviereguiluz
authored andcommitted
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
1 parent 9fcc2b9 commit b0b8c95

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)