mirror of https://github.com/sveltejs/svelte
fixes: https://github.com/sveltejs/svelte/issues/6272pull/6322/head
parent
dc36d0c9af
commit
cca87e41c8
@ -0,0 +1,12 @@
|
|||||||
|
[{
|
||||||
|
"code": "css-invalid-global",
|
||||||
|
"message": ":global(...) which not at the start of selector sequence should not contain type or universal selector",
|
||||||
|
"start": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 5
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 17
|
||||||
|
}
|
||||||
|
}]
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<style>
|
||||||
|
.foo:global(div) {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
Reference in new issue