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

Vendor prefix is stripped from WebkitBackgroundClip #1135

Open
Liombe opened this issue Jan 22, 2023 · 0 comments
Open

Vendor prefix is stripped from WebkitBackgroundClip #1135

Liombe opened this issue Jan 22, 2023 · 0 comments

Comments

@Liombe
Copy link

Liombe commented Jan 22, 2023

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:

<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>

Expected behavior

I should get -webkit-background-clip: text and I got background-clip: text

Screenshots

What I got
image
image

What I want
image
image

System information

  • OS: Windows
  • Browser: Chrome
  • Version of Stitches: 1.2.8
  • Version of Node.js: 14.18.1
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