gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Changes (0px) to (0) #247

Closed StephenRiosDev closed 8 years ago

StephenRiosDev commented 8 years ago

As title says, when using compass to minify files, it is removing the unit value from after zeros. While this is ok 99% of the time, in specific instances the unit value is required. For instance when using the value flex: 1 0 0, this works for all browsers except IE, which requires it to be flex: 1 0 0px because it does not accept unit-less values for attributes that require a unit.

sindresorhus commented 8 years ago

That's a Compass problem. Not this plugin.