Firefox - transition delay must be given with units even if it is 0s
Opened this issue · 3 comments
GoogleCodeExporter commented
"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
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
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
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