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

no need for `transparent` @ css:background #381

Open xerc opened 3 years ago

xerc commented 3 years ago

https://github.com/matthiasmullie/minify/blob/0cf6c085b1dde107e375a5938e2e5033640de0e0/tests/css/CSSTest.php#L624-L625

      "p{background:url(images/preloader.gif) no-repeat scroll 50% 50%}",

ref. https://developer.mozilla.org/en-US/docs/Web/CSS/background#formal_definition