From: Mark Otto Date: Wed, 8 Sep 2021 03:56:54 +0000 (+0300) Subject: Tighten bundlewatch X-Git-Tag: v5.2.0-beta1~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85938bb2ed2ec6a97c8dfe9f54c5c450f5c1e86f;p=thirdparty%2Fbootstrap.git Tighten bundlewatch --- diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index bf8b5e2db3..382e162ae0 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -2,7 +2,7 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7.25 kB" + "maxSize": "7.5 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", @@ -14,7 +14,7 @@ }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2.35 kB" + "maxSize": "2.5 kB" }, { "path": "./dist/css/bootstrap-utilities.css", @@ -30,7 +30,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23.8 kB" + "maxSize": "24 kB" }, { "path": "./dist/js/bootstrap.bundle.js",