aphrodite
aphrodite copied to clipboard
how can i do this compatible?
.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); }