diff options
| author | Kyle Tsang <[email protected]> | 2023-07-23 12:06:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-23 22:06:14 +0300 |
| commit | d45cc7ef516de676bfaa2b97fe10b71e98ff6f3e (patch) | |
| tree | ebaf63d2ffa2fa1f5eea6b6487ace1389a270a72 /.bundlewatch.config.json | |
| parent | 8fcfce1ebd988fd4e5ed2f51acaa5c49e6b301c9 (diff) | |
| download | bootstrap-d45cc7ef516de676bfaa2b97fe10b71e98ff6f3e.tar.xz bootstrap-d45cc7ef516de676bfaa2b97fe10b71e98ff6f3e.zip | |
Support `Home` and `End` keys in tabs (#38498)
* Support `Home` and `End` keys in tabs
* Update tab.js
* simplify tests
* Update navs-tabs.md
* Update .bundlewatch.config.json
---------
Co-authored-by: Patrick H. Lauke <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[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 01ccb8dee..4e167c9cc 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -54,7 +54,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "16.1 kB" + "maxSize": "16.25 kB" } ], "ci": { |
