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

Using oklch and currentColor inside box-shadow still fails for certain targets like safari14 #800

Closed
hi-ogawa opened this issue Aug 20, 2024 · 0 comments · Fixed by #801
Closed

Comments

@hi-ogawa
Copy link
Contributor

Playground reproduction

Transforming a following css with a target "Safari: 14" fails.

.test {
  box-shadow:
    oklch(100% 0 0deg / 50%) 0 0.63rem 0.94rem -0.19rem,
    currentColor 0 0.44rem 0.8rem -0.58rem;
}

It looks like a previous issue #721 is not completely fixed. The issue is originally reported on Vite vitejs/vite#17900

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

Successfully merging a pull request may close this issue.

1 participant