@@ -8,11 +8,11 @@ First, install it. To be able to customize things further, we'll install
8
8
.. code-block :: terminal
9
9
10
10
$ yarn add bootstrap --dev
11
-
12
- Importing Bootstrap 4
13
- ------------------------
14
11
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
16
16
import it from any Sass or JavaScript file. For example, if you already have
17
17
a ``global.scss `` file, import it from there:
18
18
@@ -35,7 +35,7 @@ file into ``global.scss``. You can even customize the Bootstrap variables first!
35
35
in the ``bootstrap `` directory instead - e.g. ``~bootstrap/scss/alert ``.
36
36
37
37
Importing Bootstrap JavaScript
38
- ---------------------------------
38
+ ------------------------------
39
39
40
40
Bootstrap JavaScript requires jQuery, so make sure you have this installed:
41
41
@@ -85,5 +85,3 @@ plugins in a similar way:
85
85
// require 2 CSS files needed
86
86
require (' bootstrap-star-rating/css/star-rating.css' );
87
87
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