Levi Stanley

Results 1 issues of Levi Stanley

The YUI::CssCompressor is currently removing the units from transitions that use 0. Example CSS file: ``` .stuff { transition: opacity 0ms ease-out 200ms; } ``` Which gets compressed to (using...