From 394b161faa82e123455d24823915f67488d97782 Mon Sep 17 00:00:00 2001 From: louismaximepiton Date: Thu, 24 Oct 2024 23:22:12 +0200 Subject: [PATCH] Fix Bundlewatch --- .bundlewatch.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index b57187fe58..318e921bb6 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -10,11 +10,11 @@ }, { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "6.5 kB" + "maxSize": "7.0 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6.0 kB" + "maxSize": "6.25 kB" }, { "path": "./dist/css/bootstrap-reboot.css",