Stylelint rule error because keyframes are not available in atomic generated file #560
Unanswered
Aakashsharma27
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately no, since Atomizer does not have a way to define keyframes via atomizer classes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since there is no way to create keyframes in atomizer but we can use 'animation-name' property in it.
I am running stylelint on generated atomic css
Now that I have integrated "no-unknown-animation" stylelint rule in my code and it expects keyframe in same css file and as we know keyframe can't be created in generated acss file.
I am getting that error to define keyframes in atomic css.
Is there a way to solve that problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions