]> 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)
committerGitHub <noreply@github.com>
Sat, 29 Oct 2022 07:03:59 +0000 (09:03 +0200)
* Fixes https://github.com/twbs/bootstrap/issues/37376

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

index a14a0a15a71fca2dc71106f2c2705dbf61ef0ffa..105c8c15809d05419e7760269e4d4b5239e974e6 100644 (file)
     },
     {
       "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",
index c940676ac1c2aa670b3db5b452a98b9644fd6639..2b3dbc5fed7ab9415bac84f9172fad6031f1b3bc 100644 (file)
@@ -8,6 +8,9 @@
 @import "mixins";
 @import "utilities";
 
+// Layout & components
+@import "root";
+
 // Helpers
 @import "helpers";