Open khmelevskii opened 6 years ago
CSS minification is handled by the YUI Compressor library, so it looks like it might be a bug there. Asset minifier is on the latest version, so one approach might be to look for an alternative library.
Looks like yui/yuicompressor#268 to me. Strangely, that issue was recently closed, without comment, and with any recent changes.
It looks like it might be worth looking at other options if the yuicompressor isn't actively maintained.
turns into
.issue{width:calc(100%+30px)}
instead of.issue{width:calc(100% + 30px)}
Notice the missing spaces