You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
daniel.r...@gmail.com
on 15 Oct 2013 at 3:55The text was updated successfully, but these errors were encountered: