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

False "css-modules/no-undef-class" with keyframes #49

Open
wi4er opened this issue Oct 29, 2018 · 0 comments · May be fixed by #86
Open

False "css-modules/no-undef-class" with keyframes #49

wi4er opened this issue Oct 29, 2018 · 0 comments · May be fixed by #86

Comments

@wi4er
Copy link

wi4er commented Oct 29, 2018

I have keyframe in my scss file like:

@keyframes blink1 {
  from {
    fill-opacity: 0.1;
  }

  50%{
    fill-opacity: 1;
  }

  100% {
    fill-opacity: 0.1;
  }
}

and It throws
60:23 error Class 'blink1' not found css-modules/no-undef-class
exception in jsx template.

I think that there are actually no blink1 class :)

@yuhsianw yuhsianw linked a pull request Sep 28, 2023 that will close this issue
@yuhsianw yuhsianw linked a pull request Sep 28, 2023 that will close this issue
@yuhsianw yuhsianw removed a link to a pull request Sep 28, 2023
@yuhsianw yuhsianw linked a pull request Sep 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants