From 3518b7397cd7ee05990f39337b478edef82556d7 Mon Sep 17 00:00:00 2001 From: Eric Leibenguth Date: Sat, 29 Oct 2022 09:03:59 +0200 Subject: [PATCH] Import root in `bootstrap-utilities` (#37377) * Fixes https://github.com/twbs/bootstrap/issues/37376 --- .bundlewatch.config.json | 4 ++-- scss/bootstrap-utilities.scss | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 4c9acc990eea..7c0a3abadc67 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -18,11 +18,11 @@ }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "8.0 kB" + "maxSize": "8.5 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "7.25 kB" + "maxSize": "8.0 kB" }, { "path": "./dist/css/bootstrap.css", diff --git a/scss/bootstrap-utilities.scss b/scss/bootstrap-utilities.scss index c940676ac1c2..2b3dbc5fed7a 100644 --- a/scss/bootstrap-utilities.scss +++ b/scss/bootstrap-utilities.scss @@ -8,6 +8,9 @@ @import "mixins"; @import "utilities"; +// Layout & components +@import "root"; + // Helpers @import "helpers";