diff options
| author | Mark Otto <[email protected]> | 2022-10-22 17:13:39 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-22 17:13:39 -0400 |
| commit | 0968db80997613828634ddb4b2c3980871f0ed41 (patch) | |
| tree | 385a5a0161d0537ad1f81e679c39a1288fc64d8d /.bundlewatch.config.json | |
| parent | bbe1ffdb680eba550604df167ec32bf1505ca8e1 (diff) | |
| download | bootstrap-0968db80997613828634ddb4b2c3980871f0ed41.tar.xz bootstrap-0968db80997613828634ddb4b2c3980871f0ed41.zip | |
Add `z-index` utilities, `.z-*` (#37317)
* Add z-index utilities, .z-*
* Fix missing comma in _utilities.scss
* Fix bundlewatch
* Fix lint
* Update site/content/docs/5.2/utilities/z-index.md
Co-authored-by: Julien Déramond <[email protected]>
* custom appearance
* linter
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[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 8c390c6e0..a14a0a15a 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,7 +26,7 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "29.5 kB" + "maxSize": "29.75 kB" }, { "path": "./dist/css/bootstrap.min.css", |
