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
378 B

export default {
warnings: [
{
code: 'css-unused-selector',
frame: `
3: margin-left: 4px;
4: }
5: .not-match > * ~ * {
^
6: margin-left: 4px;
7: }`,
message: 'Unused CSS selector ".not-match > * ~ *"',
pos: 50,
start: { character: 50, column: 1, line: 5 },
end: { character: 68, column: 19, line: 5 }
}
]
};