From: mathieuhinderyckx Date: Fri, 3 Jun 2016 12:32:15 +0000 (+0200) Subject: Update progress-bar.md X-Git-Tag: v6.2.4-rc1~15^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8888%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update progress-bar.md replace import by include --- diff --git a/docs/pages/progress-bar.md b/docs/pages/progress-bar.md index 64426d64f..fbf701a89 100644 --- a/docs/pages/progress-bar.md +++ b/docs/pages/progress-bar.md @@ -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 `` 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 `` values.](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/The_native_form_widgets#Meters_and_progress_bars)