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

@ -34,7 +34,7 @@ aside[role=sidebar] {
}
a {
color: inherit;
@include transition(color, .5s);
@include transition(color .5s);
}
&:hover a {
color: $sidebar-link-color;