diff options
| author | Mark Otto <[email protected]> | 2022-03-22 10:02:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-22 10:02:12 -0700 |
| commit | 0eb808015fc84effc69300a0a7e6884eb924abc9 (patch) | |
| tree | 652e62c925ef6bb0071a8c94c07db8d51ee66f53 /.bundlewatch.config.json | |
| parent | 9e73b6a13c1cd4cc27d1456319a3d63630e91e2f (diff) | |
| download | bootstrap-0eb808015fc84effc69300a0a7e6884eb924abc9.tar.xz bootstrap-0eb808015fc84effc69300a0a7e6884eb924abc9.zip | |
Convert list group to CSS variables (#35862)
* Convert list-group to CSS vars
* bundlewatch
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 1344e1ef2..43c10d546 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "26.85 kB" + "maxSize": "26.9 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "24.9 kB" + "maxSize": "25 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
