diff options
| author | Mark Otto <[email protected]> | 2020-09-24 13:25:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-09-24 13:39:36 -0700 |
| commit | caef1214040b7a35c3c69fb6f023d4862613f1e4 (patch) | |
| tree | b2200d6e99614d78609c054324c3066d8d7239db | |
| parent | f951be36a11a6ae96fc27d9caf3476f729016b1c (diff) | |
| download | bootstrap-caef1214040b7a35c3c69fb6f023d4862613f1e4.tar.xz bootstrap-caef1214040b7a35c3c69fb6f023d4862613f1e4.zip | |
Fix bundlewatch test I missed
| -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 7cab49f39..b89e0207b 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -30,7 +30,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "21 kB" + "maxSize": "21.5 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
