mirror of https://github.com/sveltejs/svelte
parent
a4dadf82be
commit
d2628bad9f
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"code": "css-global-without-selector",
|
||||||
|
"message": ":global() must contain a selector, cannot be used on its own",
|
||||||
|
"start": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 1,
|
||||||
|
"character": 9
|
||||||
|
},
|
||||||
|
"pos": 9
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
<style>
|
||||||
|
:global {}
|
||||||
|
</style>
|
Loading…
Reference in new issue