-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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%)Metadata
Metadata
Assignees
Labels
No labels