diff options
| author | Julien Déramond <[email protected]> | 2022-10-03 20:52:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-03 11:52:41 -0700 |
| commit | b1185b91ea56e4a7b431b869855d898c91e4763b (patch) | |
| tree | 255c8b600df756ae7f6758142c027a1298ead340 /.bundlewatch.config.json | |
| parent | fffe0553c278663f272d646c45b4074fbea1ca54 (diff) | |
| download | bootstrap-b1185b91ea56e4a7b431b869855d898c91e4763b.tar.xz bootstrap-b1185b91ea56e4a7b431b869855d898c91e4763b.zip | |
Add new border-radius utilities (#36540)
* Add new border-radius utilities
* Fix bundlewatch
* Fix bundlewatch again
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to '.bundlewatch.config.json')
| -rw-r--r-- | .bundlewatch.config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index b06fdb342..cea957f5e 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -18,19 +18,19 @@ }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "8.0 kB" + "maxSize": "8.25 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "7.25 kB" + "maxSize": "7.5 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "29.0 kB" + "maxSize": "29.25 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "27.0 kB" + "maxSize": "27.25 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
