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

CSS variables should not be prefixed #301

Closed
siriwatknp opened this issue Sep 9, 2022 · 1 comment · Fixed by #302
Closed

CSS variables should not be prefixed #301

siriwatknp opened this issue Sep 9, 2022 · 1 comment · Fixed by #302

Comments

@siriwatknp
Copy link

Current behavior:

Some specific variable such as --CircularProgress-animation is prefixed with --webkit. This looks like a bug to me because this variable is not prefixed --Circle-animation.

To reproduce:

  1. Open this Code Sandbox
  2. Inspect the box
  3. You will see this:
    Screen Shot 2565-09-08 at 17 17 23

Expected behavior:

The CSS variable should not be prefixed.

Environment information:

  • react version: 17.0.2
  • @emotion/react version: 11.4.0
@Andarist
Copy link
Collaborator

Andarist commented Sep 9, 2022

The PR with a fix can be found here: #302

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.

2 participants