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

28 lines
372 B

export default {
data: {
active: true
},
warnings: [{
7 years ago
code: `css-unused-selector`,
message: 'Unused CSS selector',
start: {
column: 1,
line: 12,
character: 169
},
end: {
column: 20,
line: 12,
character: 188
},
7 years ago
pos: 169,
frame: `
10: }
11:
12: ref:button.inactive {
^
13: color: green;
14: }`
}]
};