aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre-Denis Vanduynslager <[email protected]>2017-01-16 00:35:18 -0500
committerMark Otto <[email protected]>2017-01-15 21:35:18 -0800
commita3bc607c1080df2d0bbca03c613aa9e992acb722 (patch)
treef491a327088fecb2b37951b21d7150d465ecaab9 /docs
parent1d0f527249ffcad217c47701dab1c7872e85fb34 (diff)
downloadbootstrap-a3bc607c1080df2d0bbca03c613aa9e992acb722.tar.xz
bootstrap-a3bc607c1080df2d0bbca03c613aa9e992acb722.zip
Remove unused scss variables (#21579)
* Remove unused scss variables * Remove unnecessary space * Remove $zindex-navbar from docs * Re-add $progress-box-shadow
Diffstat (limited to 'docs')
-rw-r--r--docs/layout/overview.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/layout/overview.md b/docs/layout/overview.md
index 736b9ed12..04aa2c9ad 100644
--- a/docs/layout/overview.md
+++ b/docs/layout/overview.md
@@ -169,7 +169,6 @@ We don't encourage customization of these values; should you change one, you lik
```scss
$zindex-dropdown-backdrop: 990 !default;
-$zindex-navbar: 1000 !default;
$zindex-dropdown: 1000 !default;
$zindex-fixed: 1030 !default;
$zindex-sticky: 1030 !default;