8000 Minor tweaks · symfony/symfony-docs@6b732a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b732a6

Browse files
committed
Minor tweaks
1 parent c64711e commit 6b732a6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

frontend/encore/bootstrap.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ First, install it. To be able to customize things further, we'll install
88
.. code-block:: terminal
99
1010
$ yarn add bootstrap --dev
11-
12-
Importing Bootstrap 4
13-
------------------------
1411
15-
Now that ``bootstrap`` lives in your ``node_modules`` directory, you can
12+
Importing Bootstrap Styles
13+
--------------------------
14+
15+
Now that ``bootstrap`` lives in your ``node_modules/`` directory, you can
1616
import it from any Sass or JavaScript file. For example, if you already have
1717
a ``global.scss`` file, import it from there:
1818

@@ -35,7 +35,7 @@ file into ``global.scss``. You can even customize the Bootstrap variables first!
3535
in the ``bootstrap`` directory instead - e.g. ``~bootstrap/scss/alert``.
3636

3737
Importing Bootstrap JavaScript
38-
---------------------------------
38+
------------------------------
3939

4040
Bootstrap JavaScript requires jQuery, so make sure you have this installed:
4141

@@ -85,5 +85,3 @@ plugins in a similar way:
8585
// require 2 CSS files needed
8686
require('bootstrap-star-rating/css/star-rating.css');
8787
require('bootstrap-star-rating/themes/krajee-svg/theme.css');
88-
89-
.. _`Problems with url()`: https://github.com/webpack-contrib/sass-loader#problems-with-url

0 commit comments

Comments
 (0)
0