From 8dbe58a54a117a9ad86b7d98ac9a2d3fb2851b3f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 8 Sep 2021 09:28:44 +0300 Subject: Update .bundlewatch.config.json --- .bundlewatch.config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 1a9050ba6..db77f3cfc 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -2,7 +2,7 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7.15 kB" + "maxSize": "7.5 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", @@ -14,23 +14,23 @@ }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2.3 kB" + "maxSize": "2.5 kB" }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "7.55 kB" + "maxSize": "7.75 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "6.85 kB" + "maxSize": "7 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "24.8 kB" + "maxSize": "25 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23.8 kB" + "maxSize": "23 kB" }, { "path": "./dist/js/bootstrap.bundle.js", -- cgit v1.2.3