Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.4.3
-
None
Description
transition: all 500ms ease 0s;
is turned into
transition: all 500ms ease 0;
This does work in Chrome, Firefox...
I think "transition:" need to be excluded in:
CssCompressor:328
css = css.replaceAll("(?i)(^|[^0-9])(?:0?\\.)?0(?:px|em|in|cm|mm|pc|pt|ex|deg|g?rad|m?s|k?hz)", "$10");
Attachments
Issue Links
- mentioned in
-
Page Loading...