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

19 lines
353 B

export default {
warnings: [
{
code: 'css-unused-selector',
frame: `
16:
17: /* no match */
18: .b ~ .c { color: green; }
^
19: </style>
20:`,
message: 'Unused CSS selector ".b ~ .c"',
pos: 319,
start: { character: 319, column: 1, line: 18 },
end: { character: 326, column: 8, line: 18 }
}
]
};