Fix deprecated Compass transition arguments

This commit is contained in:
Stephen Tudor
2011-07-16 22:18:39 -04:00
parent 1d9e20ddfb
commit 31b578b067
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ article + article {
text-decoration: none;
color: mix($text-color, $text-color-light);
@extend .serif;
@include transition(background-color, .5s);
@include transition(background-color .5s);
&:hover {
background: $link-color-hover;
text-shadow: none;