kangax / html-minifier

Javascript-based HTML compressor/minifier (with Node.js support)
http://kangax.github.io/html-minifier/
MIT License
4.92k stars 568 forks source link

Upgrade clean-css to 5.x #1119

Open kstrickland0612 opened 2 years ago

kstrickland0612 commented 2 years ago

The css minifier should not strip the units on zeros when they are being used in a css math function. This has been fixed in clean-css 5.x (see https://github.com/clean-css/clean-css/issues/1192).

Just requesting a new version that includes this upgrade :)