From 42693bad7c34398073a822eb21190079dbd9151f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Fri, 10 Jun 2022 07:08:19 +0200 Subject: [PATCH] Fix bundlewatch --- .bundlewatch.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 7b5017ac1..24ed6702f 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -18,19 +18,19 @@ }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "8.0 kB" + "maxSize": "8.25 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "7.25 kB" + "maxSize": "7.5 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "28.75 kB" + "maxSize": "29 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "26.5 kB" + "maxSize": "27 kB" }, { "path": "./dist/js/bootstrap.bundle.js",