fresh92 / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

CompressUnitValues with border-radius gets shortened when it shouldn't be #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thanks for reporting.

Original comment by joe.scylla on 16 Oct 2011 at 9:25