Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-09-08 06:56:54 +0300
committerMark Otto <otto@github.com>2022-02-15 06:00:59 +0300
commit85938bb2ed2ec6a97c8dfe9f54c5c450f5c1e86f (patch)
tree21793eddced0fcd26a776e2ef08ecc9747c84550 /.bundlewatch.config.json
parentef9d8538a06f43f74f49d6829cbf301773381488 (diff)
Tighten bundlewatch
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index bf8b5e2db3..382e162ae0 100644
--- a/.bundlewatch.config.json
+++ b/.bundlewatch.config.json
@@ -2,7 +2,7 @@
"files": [
{
"path": "./dist/css/bootstrap-grid.css",
- "maxSize": "7.25 kB"
+ "maxSize": "7.5 kB"
},
{
"path": "./dist/css/bootstrap-grid.min.css",
@@ -14,7 +14,7 @@
},
{
"path": "./dist/css/bootstrap-reboot.min.css",
- "maxSize": "2.35 kB"
+ "maxSize": "2.5 kB"
},
{
"path": "./dist/css/bootstrap-utilities.css",
@@ -30,7 +30,7 @@
},
{
"path": "./dist/css/bootstrap.min.css",
- "maxSize": "23.8 kB"
+ "maxSize": "24 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",