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/refs/_config.js

24 lines
327 B

export default {
warnings: [{
code: `css-unused-selector`,
message: 'Unused CSS selector',
start: {
column: 1,
line: 14,
character: 120
},
end: {
column: 6,
line: 14,
character: 125
},
pos: 120,
frame: `
12: }
13:
14: ref:d {
^
15: color: blue;
16: }`
}]
};