diff options
| author | Mark Otto <[email protected]> | 2021-12-16 21:16:24 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-17 07:16:24 +0200 |
| commit | f729e4c7d1d92d2888c76db0e2590f7adfb3a16b (patch) | |
| tree | c256d52a5b355d1f32117e1e6a2acad7bce9f94e /.bundlewatch.config.json | |
| parent | 4a66f229ed701d4ed8d6d5b7469984ab11d822f0 (diff) | |
| download | bootstrap-f729e4c7d1d92d2888c76db0e2590f7adfb3a16b.tar.xz bootstrap-f729e4c7d1d92d2888c76db0e2590f7adfb3a16b.zip | |
Convert alerts to CSS variables (#35401)
Co-authored-by: XhmikosR <[email protected]>
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 5c04c131f..5960b3bef 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "25.5 kB" + "maxSize": "26 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23.25 kB" + "maxSize": "23.5 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
