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

@ -69,7 +69,7 @@ aside[role=sidebar] a {
@include link-colors($sidebar-link-color, $hover: $sidebar-link-color-hover, $focus: $sidebar-link-color-hover, $active: $sidebar-link-color-active);
}
a {
@include transition(color, .3s);
@include transition(color .3s);
}
html {