You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/css-invalid-global/errors.json

15 lines
247 B

[{
"code": "css-invalid-global",
"message": ":global(...) must be the first element in a compound selector",
"start": {
"line": 2,
"column": 5,
"character": 13
},
"end": {
"line": 2,
"column": 18,
"character": 26
},
"pos": 13
}]