mirror of https://github.com/sveltejs/svelte
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…
Reference in new issue