csstools/postcss-color-mod-function

Parser error on whitespace after "+"

malthe opened this issue · 1 comments

In https://www.w3.org/TR/css-color-4/#modifying-colors there is an example:

color(X w(+ 20%) s(+ 20%))

This fails to parse due to the whitespace between the plus symbol and the value.