From 116da0b7468c2b703142c2f76d312f0a509c14f4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 6 Aug 2019 11:10:11 +0300 Subject: [PATCH] Bump bootstrap.min.css bundlesize limit. --- bundlesize.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index 89a2e0e104..b923dfb12e 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -22,7 +22,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23 kB" + "maxSize": "23.25 kB" }, { "path": "./dist/js/bootstrap.bundle.js",