Closed Elijen closed 9 years ago
Units in ms are incorrectly converted to seconds:
/* test.css */ .animated { animation-duration: 600ms; }
/* result of `uglifycss test.css` */ .animated{animation-duration:60s}
Expected output:
.animated{animation-duration:600ms}
Seems this has already been fixed by 453ec83a0ccc0199d0f057b8ec065da9a656b3ec but not published to NPM yet.
... as you said ;-)
Units in ms are incorrectly converted to seconds:
Expected output: