Skip to content

Commit

Permalink
docs: Better indicate include options in sass setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelketek committed Jan 7, 2025
1 parent a5d430d commit c789588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/content/docs/5.3/customize/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,15 @@ In your `custom.scss`, you'll import Bootstrap's source Sass files. You have two
@import "../node_modules/bootstrap/scss/mixins";
@import "../node_modules/bootstrap/scss/root";

// 6. Optionally include any other parts as needed
// 6. Optionally include any other parts as needed. More includes can be found in the same directory as these examples.
@import "../node_modules/bootstrap/scss/utilities";
@import "../node_modules/bootstrap/scss/reboot";
@import "../node_modules/bootstrap/scss/type";
@import "../node_modules/bootstrap/scss/images";
@import "../node_modules/bootstrap/scss/containers";
@import "../node_modules/bootstrap/scss/grid";
@import "../node_modules/bootstrap/scss/helpers";
// ...

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

0 comments on commit c789588

Please sign in to comment.