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/cascade-false-pseudo-element/expected.css

13 lines
195 B

span[svelte-2146001331]::after {
content: 'i am a pseudo-element';
}
span[svelte-2146001331]:first-child {
color: red;
}
span[svelte-2146001331]:last-child::after {
color: blue;
}