matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

"shorten" font-weight:400 makes it longer #379

Closed xerc closed 3 years ago

xerc commented 3 years ago

https://github.com/matthiasmullie/minify/blob/0cf6c085b1dde107e375a5938e2e5033640de0e0/src/CSS.php#L551

xerc commented 3 years ago

wrong DIFF - SORRY