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/siblings-combinator-each-2/_config.js

19 lines
360 B

export default {
warnings: [
{
code: 'css-unused-selector',
frame: `
24: }
25: /* not match */
26: .a + .c {
^
27: color: green;
28: }`,
message: 'Unused CSS selector ".a + .c"',
pos: 320,
start: { character: 320, column: 1, line: 26 },
end: { character: 327, column: 8, line: 26 }
}
]
};