mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Fix deprecated Compass transition arguments
This commit is contained in:
@ -34,7 +34,7 @@ aside[role=sidebar] {
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
@include transition(color, .5s);
|
||||
@include transition(color .5s);
|
||||
}
|
||||
&:hover a {
|
||||
color: $sidebar-link-color;
|
||||
|
||||
Reference in New Issue
Block a user