]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typos in settings comments 5715/head
authorLloyd Hobden <lloydh@gmail.com>
Sat, 30 Aug 2014 08:15:06 +0000 (09:15 +0100)
committerLloyd Hobden <lloydh@gmail.com>
Sat, 30 Aug 2014 08:15:06 +0000 (09:15 +0100)
scss/foundation/_settings.scss

index 59710507400046e4bd1863147f895e632bdf8815..8cb167f615ef05186beb58d709a06e01f0e87e61 100644 (file)
@@ -705,7 +705,7 @@ $include-html-global-classes: $include-html-classes;
 // We use this to control the list items
 // $inline-list-display: block;
 
-// We use this to control any elments within list items
+// We use this to control any elements within list items
 // $inline-list-children-display: block;
 
 // 14. Joyride
@@ -721,7 +721,7 @@ $include-html-global-classes: $include-html-classes;
 // $joyride-tip-radius: 4px;
 // $joyride-tip-position-offset: 22px;
 
-// Here, we're setting the tip dont styles
+// Here, we're setting the tip font styles
 // $joyride-tip-font-color: $white;
 // $joyride-tip-font-size: rem-calc(14);
 // $joyride-tip-header-weight: $font-weight-bold;
@@ -1042,7 +1042,7 @@ $include-html-global-classes: $include-html-classes;
 
 // $include-html-range-slider-classes: $include-html-classes;
 
-// These variabels define the slider bar styles
+// These variables define the slider bar styles
 // $range-slider-bar-width: 100%;
 // $range-slider-bar-height: rem-calc(16);
 
@@ -1057,7 +1057,7 @@ $include-html-global-classes: $include-html-classes;
 // $range-slider-vertical-bar-width: rem-calc(16);
 // $range-slider-vertical-bar-height: rem-calc(200);
 
-// These variabels define the slider handle styles
+// These variables define the slider handle styles
 // $range-slider-handle-width: rem-calc(32);
 // $range-slider-handle-height: rem-calc(22);
 // $range-slider-handle-position-top: rem-calc(-5);