diff options
| author | Mark Otto <[email protected]> | 2022-03-18 09:02:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-18 09:02:03 -0700 |
| commit | 88bd287b27c8097ca02347038dbb0b321b71d169 (patch) | |
| tree | cf93b2c4a4553027035a4261217138971379a4ae /.bundlewatch.config.json | |
| parent | b165f35f7808b59f4e09ec518caa441e30830fbb (diff) | |
| download | bootstrap-88bd287b27c8097ca02347038dbb0b321b71d169.tar.xz bootstrap-88bd287b27c8097ca02347038dbb0b321b71d169.zip | |
Convert progress bars to CSS variables (#35962)
* Convert progress bars to CSS variables
* 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 477fa4486..1344e1ef2 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "26.8 kB" + "maxSize": "26.85 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "24.85 kB" + "maxSize": "24.9 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
