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/css/samples/unused-selector/warnings.json

10 lines
210 B

[{
"filename": "SvelteComponent.html",
"message": "Unused CSS selector",
"loc": {
"line": 8,
"column": 1
},
"pos": 61,
"frame": " 6: }\n 7: \n 8: .bar {\n ^\n 9: color: blue;\n10: }"
}]