diff options
| author | Mark Otto <[email protected]> | 2023-01-10 16:34:25 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-10 16:34:25 -0800 |
| commit | a901027ab02f86a0dc6ca3472cb7b63c128a6314 (patch) | |
| tree | 868b835fd90124d9dc66b52d26317e67c23b0e94 /.bundlewatch.config.json | |
| parent | f40e76d1f77c020be337d4244c7cfb13a2b5bd9c (diff) | |
| download | bootstrap-a901027ab02f86a0dc6ca3472cb7b63c128a6314.tar.xz bootstrap-a901027ab02f86a0dc6ca3472cb7b63c128a6314.zip | |
Update colored links, add new `.link-body-emphasis` helper (#37833)
* Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb
* Update bundlewatch
* Document it
Co-authored-by: Julien Déramond <[email protected]>
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 cc16c47b7..5525f13d5 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "32.0 kB" + "maxSize": "32.25 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "30.0 kB" + "maxSize": "30.25 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
