Remove from screen.scss that was causing errors

This commit is contained in:
Robert Lord 2014-04-21 12:05:07 -04:00
parent 6d73ffb052
commit 259bf0f560

View file

@ -430,7 +430,7 @@ html, body {
border-radius: 4px;
border: 1px solid #F7E633;
text-shadow: 1px 1px 0 #666;
@include background(linear-gradient(to bottom right, #F7E633 0%, #F1D32F 100%));
@include background(linear-gradient(bottom right, #F7E633 0%, #F1D32F 100%));
}
}