@@ -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
1616import it from any Sass or JavaScript file. For example, if you already have
1717a ``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
3737Importing Bootstrap JavaScript
38- ---------------------------------
38+ ------------------------------
3939
4040Bootstrap 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