Lucas
Lucas

Reputation: 534

How to stop Web-Essentials from striping off the 'px' when auto-minimifying CSS?

The auto-minimifier always remove the 'px' when the unit is zero, so the minified file is smaller.

However, it also strips out the 'px' from the 'flex' shorthand property, and this causes a bug in Internet Explorer.

How can I solve this?

Upvotes: 0

Views: 63

Answers (0)

Related Questions