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
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.
60:23 error Class 'blink1' not found css-modules/no-undef-class
I think that there are actually no blink1 class :)
blink1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I have keyframe in my scss file like:
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 :)The text was updated successfully, but these errors were encountered: