Closed
Description
An Autoptimize-user has CSS with a calc in it which gets broken. Whereas YUI-CSS-compressor-PHP-port normally preserves spaces, it does not in this case (confirmed using GUI)
Test input;
input { width: calc(100% - (1em*1.5)); }
Expected output:
input{width:calc(100% - (1em*1.5))}
Actual Output:
input{width:calc(100% -(1em*1.5))}
Frank
Metadata
Metadata
Assignees
Labels
No labels