yui / yuicompressor

YUI Compressor
http://yui.github.com/yuicompressor/
Other
3.01k stars 662 forks source link

error in calc() css function with "+" #311

Open dkifir opened 6 years ago

dkifir commented 6 years ago

Error in minify calc function css

from calc(50% + 20px) to calc(50%+20px) - and in chrome got error, becose it should be like that: calc(50% + 20px)

jimioh commented 6 years ago

Me too, calc(100% - 32) is becoming calc(100%- 32)

garretwilson commented 6 years ago

Duplicate of #268.