tubalmartin / YUI-CSS-compressor-PHP-port

A PHP port of the YUI CSS compressor.
230 stars 34 forks source link

CSS compressor calc() expression invalid #67

Open h0lley opened 1 year ago

h0lley commented 1 year ago

Valid example:

bottom: calc(100% + 100px);

after compression:

bottom:calc(100%+100px);

image

Is this the right place?