From 58ff9939c64531516a31faa3341ada59403c25a3 Mon Sep 17 00:00:00 2001 From: mathieuhinderyckx Date: Fri, 3 Jun 2016 14:32:15 +0200 Subject: [PATCH] Update progress-bar.md replace import by include --- docs/pages/progress-bar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3