Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updates URL_REGEX to handle minified single css propery #10

Merged
merged 1 commit into from
Sep 26, 2014

Conversation

fredrikbonander
Copy link
Contributor

Patch fixes this:

Works:
.a-background-image {background-image:url(/path/to/image.jpg);}
Don't work
.a-background-image {background-image:url(/path/to/image.jpg)}

Issue occured with https://github.com/GoalSmashers/clean-css

Patch fixes this:

Works:
.a-background-image {background-image:url(/path/to/image.jpg);}
Don't work
.a-background-image {background-image:url(/path/to/image.jpg)}

Issue occured with https://github.com/GoalSmashers/clean-css
mihhail-lapushkin pushed a commit that referenced this pull request Sep 26, 2014
fix: updates URL_REGEX to handle minified single css propery
@mihhail-lapushkin mihhail-lapushkin merged commit f828944 into mihhail-lapushkin:master Sep 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants