File tree 1 file changed +2
-1
lines changed
site/content/docs/5.3/customize
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,15 @@ In your `custom.scss`, you'll import Bootstrap's source Sass files. You have two
70
70
@import " ../node_modules/bootstrap/scss/mixins" ;
71
71
@import " ../node_modules/bootstrap/scss/root" ;
72
72
73
- // 6. Optionally include any other parts as needed
73
+ // 6. Optionally include any other parts as needed. More includes can be found in the same directory as these examples.
74
74
@import " ../node_modules/bootstrap/scss/utilities" ;
75
75
@import " ../node_modules/bootstrap/scss/reboot" ;
76
76
@import " ../node_modules/bootstrap/scss/type" ;
77
77
@import " ../node_modules/bootstrap/scss/images" ;
78
78
@import " ../node_modules/bootstrap/scss/containers" ;
79
79
@import " ../node_modules/bootstrap/scss/grid" ;
80
80
@import " ../node_modules/bootstrap/scss/helpers" ;
81
+ // ...
81
82
82
83
// 7. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
83
84
@import " ../node_modules/bootstrap/scss/utilities/api" ;
You can’t perform that action at this time.
0 commit comments