Skip to content

Commit 89e1254

Browse files
committed
fix: fixed bootstrap sass
1 parent 1775055 commit 89e1254

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

playground/scss/app.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 4. Include the basic Bootstrap CSS
1+
// 6. Optionally include any other parts as needed
22
@import "bootstrap/scss/_utilities";
33
@import "bootstrap/scss/_reboot";
44
@import "bootstrap/scss/_type";
@@ -7,13 +7,13 @@
77
@import "bootstrap/scss/_grid";
88
@import "bootstrap/scss/_helpers";
99

10-
// 4.1.1 Include additional Bootstrap CSS as needed
10+
// 6.1 Include additional Bootstrap CSS as needed
1111
@import "bootstrap/scss/_buttons";
1212

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`
1414
@import "bootstrap/scss/utilities/_api";
1515

16-
// 6. Add additional custom code here
16+
// 8. Add additional custom code here
1717
.btn-primary {
1818
color: $white;
1919
&:hover {

playground/scss/variables.scss

+5
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ $input-icon-color: darken(#f6f9fc, 30%);
1212

1313
// 3. Include remainder of required Bootstrap stylesheets
1414
@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";
1520
@import "bootstrap/scss/_mixins";
1621
@import "bootstrap/scss/_root";

0 commit comments

Comments
 (0)