gruntjs / grunt-contrib-cssmin

Compress CSS files.
http://gruntjs.com/
MIT License
793 stars 147 forks source link

Issue with decimal values less than 1 #254

Closed murgatt closed 8 years ago

murgatt commented 8 years ago

The 0 is removed from decimal values less than 1. For example if I want to do this : margin-right: -0.25em;

I get : margin-right:-.25em

Is there an option to disable this behavior ?

sindresorhus commented 8 years ago

From the readme:

Issues with the output should be reported on the clean-css issue tracker.