diff options
| author | Julien Déramond <[email protected]> | 2022-10-31 19:29:04 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-11-14 09:32:35 -0800 |
| commit | 85765210cd2ca0f27303460b7837aca69228d2e3 (patch) | |
| tree | 5e0887897f493807ef335730de70f5a1c40e2391 /.bundlewatch.config.json | |
| parent | f97149a4af97d0888029f760ece8a8cecfc4fcc3 (diff) | |
| download | bootstrap-85765210cd2ca0f27303460b7837aca69228d2e3.tar.xz bootstrap-85765210cd2ca0f27303460b7837aca69228d2e3.zip | |
Fix disabled floating labels color
Diffstat (limited to '.bundlewatch.config.json')
| -rw-r--r-- | .bundlewatch.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 0b907cb6b..c52cee287 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -30,7 +30,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "27.5 kB" + "maxSize": "27.75 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
