mennake / minify

Automatically exported from code.google.com/p/minify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

"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

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

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

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

  • Changed state: Started