documentcloud/closure-compiler

problem compressing -webkit-transform-origin

josephmisiti opened this issue · 1 comments

I noticed that that this gem compresses the following

-webkit-transform-origin: 0 0;

into

-webkit-transform-origin: 0;

Which affects the display of html in firefox/chrome. Is there a reason it is? This
but might belong @ google also, if so let me know.

Yep -- this is just a wrapper. You should file a bug with the Google Closure Compiler project.