From: Geoff Kimball Date: Wed, 24 Feb 2016 19:03:59 +0000 (-0800) Subject: Change value of $slider-width-vertical to not reference another variable, preventing... X-Git-Tag: v6.2.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227ee4255a8d3b50b43386488e8017bf9a1c4f56;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change value of $slider-width-vertical to not reference another variable, preventing possible Sass errors --- 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