]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correcting Progress Bar Typo 4821/head
authorDavid Ollerhead <david.ollerhead@coindesk.com>
Fri, 28 Mar 2014 16:37:46 +0000 (16:37 +0000)
committerDavid Ollerhead <david.ollerhead@coindesk.com>
Fri, 28 Mar 2014 16:37:46 +0000 (16:37 +0000)
doc/includes/examples_progress_variables.html
scss/foundation/_settings.scss

index e22dd39d601545d52c12d4b3a1c38c53e623a969..9672005d2ab962ddea05247672a561729f424587 100644 (file)
@@ -2,7 +2,7 @@
 ```scss
 $include-html-media-classes: $include-html-classes;
 
-// We use this to se the prog bar height
+// We use this to set the prog bar height
 $progress-bar-height: rem-calc(25);
 $progress-bar-color: transparent;
 
@@ -22,4 +22,4 @@ $progress-meter-secondary-color: $secondary-color;
 $progress-meter-success-color: $success-color;
 $progress-meter-alert-color: $alert-color;
 ```
-{{/markdown}}
\ No newline at end of file
+{{/markdown}}
index 0a6197e443171d41d099a5c0b4b80a1202afdd06..5b7b0d453135ac052699321d838a09c2f6fd53e6 100644 (file)
 
 // $include-html-media-classes: $include-html-classes;
 
-// We use this to se the prog bar height
+// We use this to set the prog bar height
 // $progress-bar-height: rem-calc(25);
 // $progress-bar-color: #f6f6f6  ;