fix undefined variable

pull/328/head
Dustin Falgout 2016-04-13 01:01:02 -05:00
parent 5a6d63f253
commit 1b24cc499d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
&:backdrop { &:backdrop {
background-color: $backdrop_sidebar_bg_color; background-color: $backdrop_sidebar_bg_color;
border-color: $backdrop_borders_color; border-color: $backdrop_borders_color;
transition: $backdrop_transition; transition: 200ms ease-out;
} }
.frame, frame { border-width: 0; } .frame, frame { border-width: 0; }