diff --git a/services/web/frontend/stylesheets/bootstrap-5/scss/bootstrap.scss b/services/web/frontend/stylesheets/bootstrap-5/scss/bootstrap.scss index 98590fb69d..c5bfe02c4f 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/scss/bootstrap.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/scss/bootstrap.scss @@ -28,3 +28,6 @@ @import 'bootstrap-5/scss/helpers'; @import 'bootstrap-5/scss/buttons'; @import 'bootstrap-5/scss/modal'; + +// Include utilities API last to generate classes based on the Sass map in `_utilities.scss` +@import 'bootstrap-5/scss/utilities/api';