From 791b1943f25a797242ba23f00d9c7d4dc4e2d9d0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 2 Sep 2019 17:21:48 +0300 Subject: [PATCH] Bump bundlesize limits. --- bundlesize.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index 6a5bfd27b9..91dd0823bf 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -6,7 +6,7 @@ }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6 kB" + "maxSize": "6.25 kB" }, { "path": "./dist/css/bootstrap-reboot.css", @@ -18,7 +18,7 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "25 kB" + "maxSize": "25.25 kB" }, { "path": "./dist/css/bootstrap.min.css",