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/packages/svelte/tests/css/samples/siblings-combinator-star/expected.css

7 lines
147 B

.match.svelte-xyz > :where(.svelte-xyz) + :where(.svelte-xyz) {
margin-left: 4px;
}
/* (unused) .not-match > * + * {
margin-left: 4px;
}*/