WinLess icon indicating copy to clipboard operation
WinLess copied to clipboard

Сompile background image with gradient

Open z3ndex opened this issue 9 years ago • 1 comments

Hi,

when compile background image with gradient like:

background-image: url(../images/ico_search.png), -webkit-linear-gradient(top, #fed02d 0%, #ffb004 100%);
background-image: url(../images/ico_search.png),    -moz-linear-gradient(top, #fed02d 0%, #ffb004 100%);
background-image: url(../images/ico_search.png),     -ms-linear-gradient(top, #fed02d 0%, #ffb004 100%);
background-image: url(../images/ico_search.png),      -o-linear-gradient(top, #fed02d 0%, #ffb004 100%);
background-image: url(../images/ico_search.png),         linear-gradient(top, #fed02d 0%, #ffb004 100%);

at the output I have only the last line:

background-image:url(../images/ico_search.png),linear-gradient(top,#fed02d 0,#ffb004 100%)

z3ndex avatar Jul 29 '15 00:07 z3ndex

As far as I know there aint a autoprefixer build in.

MitchellBouwman avatar Jan 26 '16 09:01 MitchellBouwman