node-cssmin
node-cssmin copied to clipboard
Spaces get removed from @supports not statements
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.