From 82894983f6adb38d1d16d6b4c0b8f36eaa343f0f Mon Sep 17 00:00:00 2001 From: lineardevon Date: Tue, 12 Aug 2014 15:07:43 -0400 Subject: [PATCH] Switch to compatible dash character in comments Prevents error on SASS compile referenced in #5398 --- scss/foundation/components/_icon-bar.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scss/foundation/components/_icon-bar.scss b/scss/foundation/components/_icon-bar.scss index 27960d43c..2e2e38e40 100755 --- a/scss/foundation/components/_icon-bar.scss +++ b/scss/foundation/components/_icon-bar.scss @@ -165,12 +165,12 @@ $icon-bar-item-padding: 1.25rem !default; } // We use this to quickly create icon bars with a single mixin -// $height – The overall calculated height of the icon bar (horizontal) -// $bar-bg – the background color of the bar -// $bar-font-color – the font color -// $bar-hover-color – okay these are pretty obvious variables -// $bar-icon-color – maybe we could skip explaining them all? Okay this one does change icon color if you use an icon font -// $bar-active-color – the color of an active / hover state +// $height - The overall calculated height of the icon bar (horizontal) +// $bar-bg - the background color of the bar +// $bar-font-color - the font color +// $bar-hover-color - okay these are pretty obvious variables +// $bar-icon-color - maybe we could skip explaining them all? Okay this one does change icon color if you use an icon font +// $bar-active-color - the color of an active / hover state // $base-style - Apply base styles? Default: true. @mixin icon-bar( -- 2.47.2