From 679453505f1d1efd8dafb40b5c584174e2f54821 Mon Sep 17 00:00:00 2001 From: Leibenguth Date: Tue, 25 Oct 2022 12:08:49 +0200 Subject: [PATCH 1/2] Import root so that utilities have the CSS variables they need This fixes https://github.com/twbs/bootstrap/issues/37376 --- scss/bootstrap-utilities.scss | 3 +++ 1 file changed, 3 insertions(+) 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"; From 69d3bcb62523b134270d0813e88b73f6dbf72af3 Mon Sep 17 00:00:00 2001 From: Eric Leibenguth Date: Thu, 27 Oct 2022 21:01:58 +0200 Subject: [PATCH 2/2] Update max size for bootstrap-utilities --- .bundlewatch.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index a14a0a15a71f..105c8c15809d 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -18,11 +18,11 @@ }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "8.5 kB" + "maxSize": "9.25 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "7.75 kB" + "maxSize": "8.5 kB" }, { "path": "./dist/css/bootstrap.css",