From 63503361f5dfcefab914ecc16be0161c2671657c Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Sat, 14 Feb 2015 15:35:24 +0100 Subject: [PATCH] indent using two spaces --- scss/foundation/components/_orbit.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/foundation/components/_orbit.scss b/scss/foundation/components/_orbit.scss index e357b8893..ed54f8468 100644 --- a/scss/foundation/components/_orbit.scss +++ b/scss/foundation/components/_orbit.scss @@ -147,10 +147,10 @@ $orbit-timer-hide-for-small: true !default; &:first-child { @if $text-direction == rtl { - margin-right: 0; + margin-right: 0; } @else { - margin-left: 0; + margin-left: 0; } } -- 2.47.2