diff options
| author | Mark Otto <[email protected]> | 2018-12-21 20:59:40 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-21 20:59:40 -0800 |
| commit | 15be9d3277184375d0bd0874e94195d4b4d54026 (patch) | |
| tree | 34e9d5d9c18444788034bcb5c8b22c45aed77bd7 /package.json | |
| parent | a8b0fabf0a3d7b1facc0ec3dea1e46356606b85c (diff) | |
| download | bootstrap-15be9d3277184375d0bd0874e94195d4b4d54026.tar.xz bootstrap-15be9d3277184375d0bd0874e94195d4b4d54026.zip | |
Add variable for dropdown-divider-margin-y (#27857)
* Add variable for dropdown-divider-margin-y
For us to reassign the nav-divider-margin-y variable here, we have to rearrange some of the variables.
Fixes #26660.
* bump bundlesize
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6fafbb433..599ae7198 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "22.5 kB" + "maxSize": "22.7 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
