diff options
| author | Eric Leibenguth <[email protected]> | 2022-10-29 09:03:59 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2022-11-21 20:12:03 +0200 |
| commit | 77c456d8c4103b282fc0a2b99dbfdcf0c2411e84 (patch) | |
| tree | d17b8a186625c26866ab8dbaadd9dec2450b8a0e /.bundlewatch.config.json | |
| parent | b72236981f098ba13094cfd5ad64db2a77b00ab9 (diff) | |
| download | bootstrap-77c456d8c4103b282fc0a2b99dbfdcf0c2411e84.tar.xz bootstrap-77c456d8c4103b282fc0a2b99dbfdcf0c2411e84.zip | |
Import root in `bootstrap-utilities` (#37377)
* Fixes https://github.com/twbs/bootstrap/issues/37376
Diffstat (limited to '.bundlewatch.config.json')
| -rw-r--r-- | .bundlewatch.config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 4c9acc990..143753b59 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -18,11 +18,11 @@ }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "8.0 kB" + "maxSize": "9.25 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "7.25 kB" + "maxSize": "8.5 kB" }, { "path": "./dist/css/bootstrap.css", |
