]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Range slider doc fix 4844/head
authorLonewolf <nikhilkalige@gmail.com>
Sat, 29 Mar 2014 10:29:52 +0000 (15:59 +0530)
committerLonewolf <nikhilkalige@gmail.com>
Sat, 29 Mar 2014 10:29:52 +0000 (15:59 +0530)
doc/includes/range_sliders/examples_slider_variables.html

index 0da686e8b6c760663304fb36b610a5e6c0f8b078..f21a493479a410447f36caa6822b3a0ee55f5881 100644 (file)
@@ -1,6 +1,6 @@
 {{#markdown}}
 ```scss
-$include-html-reveal-classes: $include-html-classes;
+$include-html-range-slider-classes: $include-html-classes;
 
 // These variabels define the slider bar styles
 $range-slider-bar-width: 100%;
@@ -8,7 +8,7 @@ $range-slider-bar-height: rem-calc(16);
 
 $range-slider-bar-border-width: 1px;
 $range-slider-bar-border-style: solid;
-$range-slider-bar-border-color: #ddd; 
+$range-slider-bar-border-color: #ddd;
 $range-slider-radius: $global-radius;
 $range-slider-round: $global-rounded;
 $range-slider-bar-bg-color: #fafafa;
@@ -30,4 +30,4 @@ $range-slider-handle-round: $global-rounded;
 $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%);
 $range-slider-handle-cursor: pointer;
 ```
-{{/markdown}}
\ No newline at end of file
+{{/markdown}}