From 3f2943424f1a99585ff43531efc4ef7a2decaa54 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 29 Nov 2015 20:54:44 -0800 Subject: [PATCH] Remove reference to defunct Customizer from v3 [ci skip] --- scss/_variables.scss | 2 -- 1 file changed, 2 deletions(-) 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;