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

Unwanted space added in image-set #828

Closed
GarthDB opened this issue Sep 12, 2012 · 0 comments
Closed

Unwanted space added in image-set #828

GarthDB opened this issue Sep 12, 2012 · 0 comments

Comments

@GarthDB
Copy link

GarthDB commented Sep 12, 2012

background-image -webkit-image-set(url("../img/grabber_color-well.png") 1x, url("../img/grabber_color-well@2x.png") 2x)

compiles to

background-image: -webkit-image-set(url("../img/grabber_color-well.png") 1 x, url("../img/grabber_color-well@2x.png") 2 x);
@tj tj closed this as completed in 7b0f170 Oct 23, 2012
tj added a commit that referenced this issue Oct 23, 2012
Fixes #828 Add 'x' unit for image-set (synonym to dppx).
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

No branches or pull requests

2 participants