From c473527bd85a18fc6570be2cee8070c0729ed879 Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:01:32 +0000 Subject: [PATCH] Merge pull request #17122 from overleaf/td-bootstrap-5-utility-classes Generate Bootstrap 5 utility classes GitOrigin-RevId: 11c4b40b137fed70ed000d8f54536794b32f678a --- .../web/frontend/stylesheets/bootstrap-5/scss/bootstrap.scss | 3 +++ 1 file changed, 3 insertions(+) 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';