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

@keyframes selectors are breaking the converter #7

Open
guivr opened this issue Jul 10, 2023 · 1 comment
Open

@keyframes selectors are breaking the converter #7

guivr opened this issue Jul 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@guivr
Copy link

guivr commented Jul 10, 2023

Current Behavior

The converter is currently breaking when trying to convert any CSS code that contains @Keyframes:

@keyframes test {
  50% {
    opacity: 1;
  }
}

... normal CSS here

It tries to convert 50% thinking it's a selector, then it breaks with Unmatched selector: %

Expected Behavior

For now, it could ignore and don't convert @keyframes (because it's currently breaking the whole CSS conversion instead)

@guivr guivr added the bug Something isn't working label Jul 10, 2023
@guivr guivr changed the title Ignore @keyframes @keyframes selectors are breaking the converter Jul 10, 2023
@ChampionL
Copy link

it's solved now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants