]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change value of $slider-width-vertical to not reference another variable, preventing...
authorGeoff Kimball <geoff@zurb.com>
Wed, 24 Feb 2016 19:03:59 +0000 (11:03 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 24 Feb 2016 19:03:59 +0000 (11:03 -0800)
scss/components/_slider.scss

index d8d16eed25b62e620396395748e4e0b1fd77137c..7813e97fdf27fa9b9b06737d3a92bd179c7f9544 100644 (file)
@@ -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