From b2317f0714227aa2a96964cf1f54131d3729e46c Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Mon, 7 Jul 2014 17:07:59 +0100 Subject: [PATCH] Remove extra - --- src/styles/_demo_styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_demo_styles.scss b/src/styles/_demo_styles.scss index e792a15..5123795 100644 --- a/src/styles/_demo_styles.scss +++ b/src/styles/_demo_styles.scss @@ -93,7 +93,7 @@ overflow: hidden; background-color: palette(blue); box-shadow: 0 4px 0 0 rgba(69, 77, 83, 0.1); - @include transform(rotate(-45deg)); + @include transform(rotate(45deg)); white-space: nowrap; a { @@ -104,4 +104,4 @@ text-align: center; width: 12rem; } -} \ No newline at end of file +}