mirror of
https://github.com/swc-project/swc.git
synced 2025-01-08 23:10:13 +03:00
d8ae4c4e90
swc_css_parser: - Remove `Parse<CompoundSelector>` implementation. - Add `Parse<ComplexSelector>` implementation. - Add `Parse<Vec<ComplexSelector>>` implementation. - Verify tokens input.
4 lines
38 B
CSS
4 lines
38 B
CSS
:global(.foo + a) {
|
|
color: red;
|
|
}
|