We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vendor prefix is stripped from WebkitBackgroundClip
Steps to reproduce the behavior, please provide code snippets or a repository:
<Box as="h1" css={{ display: "inline-block", backgroundImage: "url('https://images.unsplash.com/photo-1611625105602-42ee06be977e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2671&q=80')", WebkitBackgroundClip: "text", WebkitTextFillColor: "transparent", backgroundSize: "100% auto", backgroundPosition: "center", }} > {data.page.title} </Box>
I should get -webkit-background-clip: text and I got background-clip: text
-webkit-background-clip: text
background-clip: text
What I got
What I want
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
Vendor prefix is stripped from WebkitBackgroundClip
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
I should get
-webkit-background-clip: text
and I gotbackground-clip: text
Screenshots
What I got
What I want
System information
The text was updated successfully, but these errors were encountered: