Skip to content

Doesn't work with rules like background images, gradients... #18

Description

@Shakarhaba

Line 50 should be changed from:
/[\w\s.-:='*|?^+/;#%]+}{1}/

to:
/[\w\s.-:='*|?^+/\,();#%]+}{1}/

Note that GitHub is removing some backslashes. View http://pastebin.com/1y56eb8E for correct Regex code.

So rules like the next one are parsed:
background: -webkit-linear-gradient(top, #ffffff, #fcf8e3);
background: url('../images/foo.png');

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