Khan/aphrodite

how can i do this compatible?

Mrpaker opened this issue · 0 comments

.linear-gradient-color(@from,@to) {
background-image: linear-gradient(@from, @to);
background-image:-moz-linear-gradient(@from, @to);
background-image:-webkit-linear-gradient(@from, @to);
background-image:-o-linear-gradient(@from, @to);
}