diff options
| author | XhmikosR <[email protected]> | 2021-09-08 09:28:44 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-08 09:32:18 +0300 |
| commit | 8dbe58a54a117a9ad86b7d98ac9a2d3fb2851b3f (patch) | |
| tree | 6aca3439bcd5255337f568adc80600e2facb1e66 | |
| parent | f49604a00b21afb637a5e5e9dd58f0d61825a10c (diff) | |
| download | bootstrap-8dbe58a54a117a9ad86b7d98ac9a2d3fb2851b3f.tar.xz bootstrap-8dbe58a54a117a9ad86b7d98ac9a2d3fb2851b3f.zip | |
Update .bundlewatch.config.json
| -rw-r--r-- | .bundlewatch.config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 1a9050ba6..db77f3cfc 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -2,7 +2,7 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7.15 kB" + "maxSize": "7.5 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", @@ -14,23 +14,23 @@ }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2.3 kB" + "maxSize": "2.5 kB" }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "7.55 kB" + "maxSize": "7.75 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "6.85 kB" + "maxSize": "7 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "24.8 kB" + "maxSize": "25 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23.8 kB" + "maxSize": "23 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
