swc/css/parser/tests/fixture/vercel/001/input.css
Donny/강동윤 3714802bd3
feat(css): Add error recovery for tokens in selector positions (#2357)
swc_css_ast:
 - Add `Rule::Invalid`.
 
swc_css_parser:
 - Add error recovery for tokens in selector positions.
 - Report an error while recovering property errors.
2021-10-06 09:25:05 +00:00

6 lines
88 B
CSS

@media (min-width: 935px) {
.video:nth-child(4n) {
margin-right: 0;
}
}