2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Remove unused scss variables (#21579)

* Remove unused scss variables

* Remove unnecessary space

* Remove $zindex-navbar from docs

* Re-add $progress-box-shadow
This commit is contained in:
Pierre-Denis Vanduynslager
2017-01-16 00:35:18 -05:00
committed by Mark Otto
parent 1d0f527249
commit a3bc607c10
2 changed files with 0 additions and 23 deletions
-1
View File
@@ -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;