node-cssmin icon indicating copy to clipboard operation
node-cssmin copied to clipboard

Spaces get removed from @supports not statements

Open rgossiaux opened this issue 8 years ago • 0 comments

See https://jsfiddle.net/wb5ogcjc/ for why these spaces are necessary. Right now, "@supports not (foo)" gets compressed to "@supports not(foo)" which doesn't work as per the fiddle (and the CSS standard). #19 fixes this.

rgossiaux avatar May 18 '16 10:05 rgossiaux