pull/6435/head
Ignatius Bagus 5 years ago
parent 611a5150d2
commit 39056ab18c
No known key found for this signature in database
GPG Key ID: 357C6674A45CC06B

@ -3,15 +3,15 @@
"code": "css-invalid-global-selector", "code": "css-invalid-global-selector",
"message": ":global(...) must contain a single selector", "message": ":global(...) must contain a single selector",
"start": { "start": {
"line": 11, "line": 14,
"column": 5, "column": 5,
"character": 153 "character": 207
}, },
"end": { "end": {
"line": 11, "line": 14,
"column": 24, "column": 24,
"character": 172 "character": 226
}, },
"pos": 153 "pos": 207
} }
] ]

@ -5,6 +5,9 @@
div :global(:where(div, h1)) { div :global(:where(div, h1)) {
color: red; color: red;
} }
div :global(div > :where(h1, h2)) {
color: red;
}
div :global(.h1\,h2\,h3) { div :global(.h1\,h2\,h3) {
color: red; color: red;
} }

Loading…
Cancel
Save