gruntjs/grunt-contrib-cssmin

Issue with decimal values less than 1

murgatt opened this issue · 1 comments

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 ?

From the readme:

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