File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- // 4. Include the basic Bootstrap CSS
1
+ // 6. Optionally include any other parts as needed
2
2
@import " bootstrap/scss/_utilities" ;
3
3
@import " bootstrap/scss/_reboot" ;
4
4
@import " bootstrap/scss/_type" ;
7
7
@import " bootstrap/scss/_grid" ;
8
8
@import " bootstrap/scss/_helpers" ;
9
9
10
- // 4.1 .1 Include additional Bootstrap CSS as needed
10
+ // 6 .1 Include additional Bootstrap CSS as needed
11
11
@import " bootstrap/scss/_buttons" ;
12
12
13
- // 5 . Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
13
+ // 7 . Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
14
14
@import " bootstrap/scss/utilities/_api" ;
15
15
16
- // 6 . Add additional custom code here
16
+ // 8 . Add additional custom code here
17
17
.btn-primary {
18
18
color : $white ;
19
19
& :hover {
Original file line number Diff line number Diff line change @@ -12,5 +12,10 @@ $input-icon-color: darken(#f6f9fc, 30%);
12
12
13
13
// 3. Include remainder of required Bootstrap stylesheets
14
14
@import " bootstrap/scss/_variables" ;
15
+
16
+ // 4. Include any default map overrides here
17
+
18
+ // 5. Include remainder of required parts
19
+ @import " bootstrap/scss/_maps" ;
15
20
@import " bootstrap/scss/_mixins" ;
16
21
@import " bootstrap/scss/_root" ;
You can’t perform that action at this time.
0 commit comments