csstools / csstools/postcss-color-mod-function
Parser error on whitespace after "+"
Open
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
In https://www.w3.org/TR/css-color-4/#modifying-colors there is an example:
```css
color(X w(+ 20%) s(+ 20%))
```
This fails to parse due to the whitespace between the plus symbol and the value.
Contributor guide
Assessment
This issue has not been assessed yet.