Commit a2731da9 by Matt

Errant space and no new line on animations mixin! grr

parent a8e15729
...@@ -164,7 +164,6 @@ $side-menu-bg: $body-bg; ...@@ -164,7 +164,6 @@ $side-menu-bg: $body-bg;
$side-menu-item-hover-bg: $gray-6; $side-menu-item-hover-bg: $gray-6;
$side-menu-opacity: 0.97; $side-menu-opacity: 0.97;
// search // search
$search-shadow: 0 5px 30px 0 lighten($gray-2, 30%); $search-shadow: 0 5px 30px 0 lighten($gray-2, 30%);
......
...@@ -22,4 +22,4 @@ ...@@ -22,4 +22,4 @@
-ms-animation: #{$str}; -ms-animation: #{$str};
-o-animation: #{$str}; -o-animation: #{$str};
animation: #{$str}; animation: #{$str};
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment