What rule do you want to change?
no-duplicate-keyframe-selectors
What change do you want to make?
Generate more warnings
How do you think the change should be implemented?
A new default behavior
Example code
@keyframes a {
0%, 50% { opacity: 0; }
50% { opacity: 1; }
}
What does the rule currently do for this code?
It does not report 50% as a duplicate keyframe selector.
What will the rule do after it's changed?
It will report duplicate selectors in the @keyframe even if it is written as comma-separated selector.
Participation
AI acknowledgment
Additional comments
No response
What rule do you want to change?
no-duplicate-keyframe-selectors
What change do you want to make?
Generate more warnings
How do you think the change should be implemented?
A new default behavior
Example code
What does the rule currently do for this code?
It does not report
50%as a duplicate keyframe selector.What will the rule do after it's changed?
It will report duplicate selectors in the
@keyframeeven if it is written as comma-separated selector.Participation
AI acknowledgment
Additional comments
No response