From 227ee4255a8d3b50b43386488e8017bf9a1c4f56 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 24 Feb 2016 11:03:59 -0800 Subject: [PATCH] Change value of $slider-width-vertical to not reference another variable, preventing possible Sass errors --- scss/components/_slider.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_slider.scss b/scss/components/_slider.scss index d8d16eed2..7813e97fd 100644 --- a/scss/components/_slider.scss +++ b/scss/components/_slider.scss @@ -11,7 +11,7 @@ /// Default slider width of a vertical slider. (Doesn't apply to the native slider.) /// @type Number -$slider-width-vertical: $slider-height !default; +$slider-width-vertical: 0.5rem !default; /// Transition properties to apply to the slider handle and fill. (Doesn't apply to the native slider.) /// @type Transition -- 2.47.2