fix undefined variable

This commit is contained in:
Dustin Falgout
2016-04-13 01:01:02 -05:00
parent 5a6d63f253
commit 1b24cc499d
+1 -1
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; }