Color function `lch()` (and probably `lab()` too) are missing whitespace in space separated values
Open
generator
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
https://caniuse.com/css-lch-lab
```css
div { color: lch(67.5345% 42.5 258.2); }
```
Returns:
```css
div { color: lch(67.5345%42.5 258.2); }
```
Notably, comma separated values for these functions are invalid.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.