From 7cd261ebbb54bd9a46e1c9a3cbf98f5db98bf9f5 Mon Sep 17 00:00:00 2001 From: Vladimir Lugovsky Date: Fri, 22 Apr 2016 19:13:16 +0300 Subject: [PATCH] fix(build): fix OS X build sass error Closes #21 --- src/sass/theme/dashboard/_timeline.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/sass/theme/dashboard/_timeline.scss b/src/sass/theme/dashboard/_timeline.scss index 45ca39f..a053150 100644 --- a/src/sass/theme/dashboard/_timeline.scss +++ b/src/sass/theme/dashboard/_timeline.scss @@ -153,6 +153,12 @@ background-color: #bac4cb; } +@mixin cd-timeline-left-color($color) { + &:before { + border-left-color: $color; + } +} + @media only screen and (min-width: $resXL) { #cd-timeline::before { @@ -193,12 +199,6 @@ } } - @mixin cd-timeline-left-color($color) { - &:before { - border-left-color: $color; - } - } - .cd-timeline-content-yellow { @include cd-timeline-left-color(rgba(0,0,0,.2)); }