]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Import root in `bootstrap-utilities` (#37377)
authorEric Leibenguth <eric.leibenguth@gmail.com>
Sat, 29 Oct 2022 07:03:59 +0000 (09:03 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 21 Nov 2022 18:12:03 +0000 (20:12 +0200)
* Fixes https://github.com/twbs/bootstrap/issues/37376

.bundlewatch.config.json
scss/bootstrap-utilities.scss

index 4c9acc990eea4d09f8918f213a1bf8f8dfc8af77..143753b5926a2e7f9639319b3b16d51048bd8a9e 100644 (file)
     },
     {
       "path": "./dist/css/bootstrap-utilities.css",
-      "maxSize": "8.0 kB"
+      "maxSize": "9.25 kB"
     },
     {
       "path": "./dist/css/bootstrap-utilities.min.css",
-      "maxSize": "7.25 kB"
+      "maxSize": "8.5 kB"
     },
     {
       "path": "./dist/css/bootstrap.css",
index c940676ac1c2aa670b3db5b452a98b9644fd6639..2b3dbc5fed7ab9415bac84f9172fad6031f1b3bc 100644 (file)
@@ -8,6 +8,9 @@
 @import "mixins";
 @import "utilities";
 
+// Layout & components
+@import "root";
+
 // Helpers
 @import "helpers";