Skip to content

Commit c789588

Browse files
committed
docs: Better indicate include options in sass setup.
1 parent a5d430d commit c789588

File tree

1 file changed

+2
-1
lines changed
  • site/content/docs/5.3/customize

1 file changed

+2
-1
lines changed

site/content/docs/5.3/customize/sass.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,15 @@ In your `custom.scss`, you'll import Bootstrap's source Sass files. You have two
7070
@import "../node_modules/bootstrap/scss/mixins";
7171
@import "../node_modules/bootstrap/scss/root";
7272

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.
7474
@import "../node_modules/bootstrap/scss/utilities";
7575
@import "../node_modules/bootstrap/scss/reboot";
7676
@import "../node_modules/bootstrap/scss/type";
7777
@import "../node_modules/bootstrap/scss/images";
7878
@import "../node_modules/bootstrap/scss/containers";
7979
@import "../node_modules/bootstrap/scss/grid";
8080
@import "../node_modules/bootstrap/scss/helpers";
81+
// ...
8182

8283
// 7. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
8384
@import "../node_modules/bootstrap/scss/utilities/api";

0 commit comments

Comments
 (0)