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: `
33:
34: /* no match */
35: .e ~ .f { color: green; }
^
36: </style>
37:`,
message: 'Unused CSS selector ".e ~ .f"',
pos: 812,
start: { character: 812, column: 1, line: 35 },
end: { character: 819, column: 8, line: 35 }
}
]
};