diff options
| author | Mark Otto <[email protected]> | 2022-07-17 20:50:41 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-17 20:50:41 -0700 |
| commit | 71cbb88f098f186518a20c22294a0cbda944ec6b (patch) | |
| tree | 97fb2d09025a218881d6a38a7b7a000beb4a5cc8 /.bundlewatch.config.json | |
| parent | 6d101b15a4af000b32be236063e9e5b58385d077 (diff) | |
| download | bootstrap-71cbb88f098f186518a20c22294a0cbda944ec6b.tar.xz bootstrap-71cbb88f098f186518a20c22294a0cbda944ec6b.zip | |
Support input groups in floating forms (#36759)
* Support input groups in floating forms
* Update bundlewatch
Co-authored-by: 719media <[email protected]>
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 7b5017ac1..c89a19e47 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -30,7 +30,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "26.5 kB" + "maxSize": "26.75 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
