Skip to content

Сompile background image with gradient  #157

Description

@z3ndex

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%)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions