diff options
| author | Mark Otto <[email protected]> | 2022-04-30 10:02:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-04-30 12:55:27 -0700 |
| commit | 2ba73d2c8047b38350e7d469787a476d65c22b9d (patch) | |
| tree | a6ae7602f843c22a5c04320e5b9d69f775e64f9b | |
| parent | a078b5e0b9c11d5a04497c1d1561fe9d4e0b028b (diff) | |
| download | bootstrap-2ba73d2c8047b38350e7d469787a476d65c22b9d.tar.xz bootstrap-2ba73d2c8047b38350e7d469787a476d65c22b9d.zip | |
bundlewatch
| -rw-r--r-- | .bundlewatch.config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index a041de59e..cb37f08fd 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -18,15 +18,15 @@ }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "7.75 kB" + "maxSize": "8.0 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "7.0 kB" + "maxSize": "7.25 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "28.5 kB" + "maxSize": "28.75 kB" }, { "path": "./dist/css/bootstrap.min.css", |
