mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
3714802bd3
swc_css_ast: - Add `Rule::Invalid`. swc_css_parser: - Add error recovery for tokens in selector positions. - Report an error while recovering property errors.
6 lines
88 B
CSS
6 lines
88 B
CSS
@media (min-width: 935px) {
|
|
.video:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
}
|