Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Leibenguth <eric.leibenguth@gmail.com>2022-10-29 10:03:59 +0300
committerGitHub <noreply@github.com>2022-10-29 10:03:59 +0300
commit60b02041c4a4bffcd1ec5ccee78126c10732cae2 (patch)
treef46b7a14eb103d1ebf71e874a2ea161dd598af1d
parenta7a2253507ccaf606eb18878229c5bc4c0d9087b (diff)
Import root in `bootstrap-utilities` (#37377)
* Fixes https://github.com/twbs/bootstrap/issues/37376
-rw-r--r--.bundlewatch.config.json4
-rw-r--r--scss/bootstrap-utilities.scss3
2 files changed, 5 insertions, 2 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index a14a0a15a7..105c8c1580 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",
diff --git a/scss/bootstrap-utilities.scss b/scss/bootstrap-utilities.scss
index c940676ac1..2b3dbc5fed 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";