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: `
11:
12: /* no match */
13: .b ~ .c { color: green; }
^
14: </style>
15:`,
message: 'Unused CSS selector ".b ~ .c"',
pos: 199,
start: { character: 199, column: 1, line: 13 },
end: { character: 206, column: 8, line: 13 }
}
]
};