]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update progress-bar.md 8888/head
authormathieuhinderyckx <mathieu.hinderyckx@gmail.com>
Fri, 3 Jun 2016 12:32:15 +0000 (14:32 +0200)
committermathieuhinderyckx <mathieu.hinderyckx@gmail.com>
Fri, 3 Jun 2016 12:32:15 +0000 (14:32 +0200)
replace import by include

docs/pages/progress-bar.md

index 64426d64f930be5b216affcdebfee1486d494d32..fbf701a89e1853f33f26f46ca2c0b1e9d4c217c7 100644 (file)
@@ -103,7 +103,7 @@ For the *extra* adventurous developers out there, we also provide styles for the
 If you're using the Sass version of Foundation, add this line to your main Sass file to export the `<meter>` CSS:
 
 ```scss
-@import foundation-meter-element;
+@include foundation-meter-element;
 ```
 
 The meter automatically colors itself based on the current values, and the defined low, medium, and high ranges. [Learn more about the mechanics of `<meter>` values.](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/The_native_form_widgets#Meters_and_progress_bars)