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/unused-selector-ternary/_config.js

24 lines
307 B

export default {
cascade: false,
data: {
active: true
},
warnings: [{
filename: "SvelteComponent.html",
message: "Unused CSS selector",
loc: {
line: 12,
column: 1
},
pos: 125,
frame: `
10: }
11:
12: .maybeactive {
^
13: color: green;
14: }`
}]
};