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
@keyframes identifier { 0% { top: 0; left: 0; } 0%, 100% { top: 0; left: 0; } }
is incorrectly parsed as
@keyframes identifier { 0 { top: 0; left: 0; } 0, 100% { top: 0; left: 0; } }
The text was updated successfully, but these errors were encountered:
#98 preserve '%' when parsing keyframe rules
693d204
ecf70db
backporting #105 #101 #103 #100 #96 #98 #97 #99
90dc4c5
Merge pull request #106 from tbela99/v.next
3e14293
#96 vendor property rendered incorrectly #97 remove sourcemap reference when parsing css #98 incorrectly handling keyframe rule 0% #99 incorrect file name resolution #100 missing whitespace character when rendering at-rule #101 CDO and CDC tokens support #102 parse incomplete tokens according to CSS syntax level 3 #103 multibyte encoding support #104 add automtated test workflow #105 add import and charset at-rule validation
No branches or pull requests
is incorrectly parsed as
The text was updated successfully, but these errors were encountered: