Skip to content

Commit f408efa

Browse files
committed
Tweaks
1 parent 99a5748 commit f408efa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/encore/bootstrap.rst

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

40-
Bootstrap JavaScript requires Popper.js. Prior to Bootstrap 5, jQuery is required too.
41-
Make sure you have this installed:
40+
First, install the JavaScript dependencies required by the Bootstrap version
41+
used in your application:
4242

4343
.. code-block:: terminal
4444
45+
// jQuery is only required in versions prior to Bootstrap 5
4546
$ yarn add jquery popper.js --dev
4647
4748
Now, require bootstrap from any of your JavaScript files:

0 commit comments

Comments
 (0)