pull/4286/head
Conduitry 6 years ago
parent 8899600ee7
commit 1c7ebdd6c6

@ -0,0 +1 @@
.foo.svelte-xyz{color:red}[class~="bar"].svelte-xyz{background:blue}

@ -0,0 +1,13 @@
<div class="
foo
bar
"></div>
<style>
.foo {
color: red;
}
[class~="bar"] {
background: blue;
}
</style>
Loading…
Cancel
Save