Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect conversion from color-mix to oklab #899

Open
ckoca opened this issue Jan 23, 2025 · 0 comments
Open

Incorrect conversion from color-mix to oklab #899

ckoca opened this issue Jan 23, 2025 · 0 comments

Comments

@ckoca
Copy link

ckoca commented Jan 23, 2025

Lightning CSS performs the following conversion:

Input:

body {
  background: color-mix(in oklab, #101010 85%, transparent);
}

Output:

body {
  background: oklab(17.3042% --7.45058e-9 1.49012e-8 / .85);
}

It appears that the second argument of the oklab function is incorrect, as it includes a double negative sign.

You can observe this behavior in the Lightning CSS playground.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant