yui / yuicompressor

YUI Compressor
http://yui.github.com/yuicompressor/
Other
3.01k stars 663 forks source link

box-shadow minification changes values #272

Open TiborBiro opened 7 years ago

TiborBiro commented 7 years ago

.my-class { box-shadow: 0 0 0 0; }

is minified into

.my-class { box-shadow: 0; }

Which the browser says is invalid and ignores.

Is there a workaround for this?

melloware commented 2 years ago

Fixed in my fork: https://github.com/primefaces-extensions/resources-optimizer-maven-plugin/issues/78