CSS order of operations incorrect

This commit is contained in:
Jeff Atwood 2015-10-15 17:10:02 -07:00
parent a6be3d7cbe
commit 7338f74f14

View file

@ -13,8 +13,8 @@ $user_card_background: #222;
box-shadow: 0 2px 12px rgba($primary, .6);
margin-top: -2px;
color: $user_card_primary;
background-size: cover;
background: $user_card_background center center;
background-size: cover;
min-height: 175px;
-webkit-transition: opacity .2s, -webkit-transform .2s;
transition: opacity .2s, transform .2s;