From: Chris Rebert Date: Mon, 30 Nov 2015 04:54:44 +0000 (-0800) Subject: Remove reference to defunct Customizer from v3 X-Git-Tag: v4.0.0-alpha.2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2943424f1a99585ff43531efc4ef7a2decaa54;p=thirdparty%2Fbootstrap.git Remove reference to defunct Customizer from v3 [ci skip] --- diff --git a/scss/_variables.scss b/scss/_variables.scss index c8121f9d74..32117dc809 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -327,8 +327,6 @@ $dropdown-header-color: $gray-light !default; // // Warning: Avoid customizing these values. They're used for a bird's eye view // of components dependent on the z-axis and are designed to all work together. -// -// Note: These variables are not generated into the Customizer. $zindex-navbar: 1000 !default; $zindex-dropdown: 1000 !default;