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

Remove quotes from inside url() when possible #141

Closed
jacobbuck opened this issue Sep 10, 2013 · 1 comment
Closed

Remove quotes from inside url() when possible #141

jacobbuck opened this issue Sep 10, 2013 · 1 comment

Comments

@jacobbuck
Copy link

Example:

body {
    background-image: url("../images/awesomeness.png");
    ...
}

currently outputs to:

body{background-image:url("../images/awesomeness.png");...}

but should output to:

body{background-image:url(../images/awesomeness.png);...}
@lahmatiy
Copy link
Member

Duplicates #60

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

No branches or pull requests

2 participants