aims111 / minify

Automatically exported from code.google.com/p/minify
0 stars 0 forks source link

Firefox - transition delay must be given with units even if it is 0s #317

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
"transition: all 1s ease-in 0s" is changed to "transition: all 1s ease-in 0". 
This is wrong in Firefox.

Original issue reported on code.google.com by mich...@gmail.com on 17 Jun 2014 at 7:00

GoogleCodeExporter commented 8 years ago
Minify_CSS_Compressor should not do this. Which CSS minifier are you using?

Original comment by mrclay....@gmail.com on 17 Jun 2014 at 8:21

GoogleCodeExporter commented 8 years ago
I was using only CSSmin.php from min/lib directory. I didn't notice there are 
more compressors available... I will try the other one. Thanks!

Original comment by mich...@gmail.com on 18 Jun 2014 at 7:10

GoogleCodeExporter commented 8 years ago
This was fixed in the upstream library 
https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues/14

Original comment by mrclay....@gmail.com on 18 Jun 2014 at 1:50