-
Related to https://github.com/Evercoder/culori/issues/153, depending on the CSSWG decision, allow `hsl`, `hwb`, `lab`, `lch`, `oklab`, `oklch` as identifiers in the `color()` syntax.
-
In [Section 3](https://w3c.github.io/csswg-drafts/css-color-5/#relative-colors), we have the text:
> If the origin color was originally specified with a different color function, it’s first convert…
-
The people over CSS are debating dropping the gamut map requirement for certain spaces like HSL and such in order to defer gamut mapping to a later spec. Generally, HSL can round trip fine, but when d…
-
The tests for computed values of `lab()`, `lch()`, `oklab()`, `oklch()` where L > 100% in [css/css-color/parsing/color-computed-lab.html](https://github.com/web-platform-tests/wpt/blob/master/css/css-…
-
Currently limited to hsl() only. But some may prefer hex, rgb() or another CSS colour declaration style.
-
From [Firefox 111 for developers](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/111):
> CSS color functions `color()`, `lab()`, `lch()`, `oklab()`, and `oklch()` are now suppo…
-
Current library that we use, tinycolor, only works in RGB color space. We want to use perceptually-uniform color space for our color generation, so that we can generate [predictable color variations](…
-
### pnpm version:
`7.22.0`
### Code to reproduce the issue:
I can’t reproduce it locally, but see on CI: https://github.com/evilmartians/oklch-picker/actions/runs/3831016173/jobs/65196180…
-
TS is throwing an error that the ActionFor store input param is looking for a MapTemplate that requires a cache key.
**Reference code:**
```js
import { map, actionFor } from "nanostores";
imp…
-
### Describe the bug
https://cssnano.co/playground/#eyJpbnB1dCI6Ii8qIHdyaXRlIHlvdXIgY3NzIGJlbG93ICovXG4uZm9vMSB7XG4gIGNvbG9yOiByZWQ7IC8qIGZhbGxiYWNrICovXG4gIGNvbG9yOiBibHVlO1xufVxuLmZvbzIge1xuXHRib3J…