csstree / csstree/csstree

Color function `lch()` (and probably `lab()` too) are missing whitespace in space separated values

Open
#209 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.