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