Skip to content

Commit c9ad24b

Browse files
authored
Docs: better indicate include options in Sass setup (#41143)
1 parent 6f10a1e commit c9ad24b

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

Diff for: site/content/docs/5.3/customize/sass.md

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

76-
// 6. Optionally include any other parts as needed
76+
// 6. Include any other optional stylesheet partials as desired; list below is not inclusive of all available stylesheets
7777
@import "../node_modules/bootstrap/scss/utilities";
7878
@import "../node_modules/bootstrap/scss/reboot";
7979
@import "../node_modules/bootstrap/scss/type";
8080
@import "../node_modules/bootstrap/scss/images";
8181
@import "../node_modules/bootstrap/scss/containers";
8282
@import "../node_modules/bootstrap/scss/grid";
8383
@import "../node_modules/bootstrap/scss/helpers";
84+
// ...
8485

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

0 commit comments

Comments
 (0)