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

CompressUnitValues fails on background-position (3.0.1) #73

Open
GoogleCodeExporter opened this issue Dec 8, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

This was tested using version 3.0.1

If you give the following css:
  background-position:0 0;

It incorrectly minifies it to:
  background-position:0;

This causes the browser to effectively treat it as:
  background-position:0 50%;

Original issue reported on code.google.com by daniel.r...@gmail.com on 15 Oct 2013 at 3:55

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

1 participant