mirror of https://github.com/sveltejs/svelte
parent
e2652999e2
commit
7b1e4dac3f
@ -0,0 +1 @@
|
||||
.bar.svelte-xyz{color:blue}
|
@ -0,0 +1,11 @@
|
||||
<div class='foo bar'></div>
|
||||
|
||||
<style>
|
||||
.foo {
|
||||
color:;
|
||||
}
|
||||
.bar {
|
||||
font:;
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue