What version of CssMin are you using (source and/or build)?
3.0.0
What was the input stylesheet and/or configuration options?
CompressUnitValues
What is the expected result?
border-radius:7px 0 0 0;
And what is the actual result and/or error message?
border-radius:7px 0;
Please provide any additional information below.
The 'compression' is not equivalent to the original. This leads to the
bottom-right corner getting a 7px border-radius when the intention was that
only the top-right corner get one.
Original issue reported on code.google.com by audvare on 16 Oct 2011 at 1:18
Original issue reported on code.google.com by
audvare
on 16 Oct 2011 at 1:18