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

Already prefixed text-decoration results in duplicate -webkit-text-decoration #872

Open
anttikivi opened this issue Dec 13, 2024 · 0 comments

Comments

@anttikivi
Copy link

When transforming the following code:

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

I get the following output:

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

This seems to be similar to at least #403. It happens in both Lightning CSS v1.28.2 and when using the local version.

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