mirror of https://github.com/sveltejs/svelte
parent
391983caee
commit
1c2ba62d3c
@ -0,0 +1 @@
|
||||
<select class="foo svelte-18avu97"><option value="foo" selected>foo</option></select>
|
@ -0,0 +1,9 @@
|
||||
<select class="foo" value="foo">
|
||||
<option value="foo">foo</option>
|
||||
</select>
|
||||
|
||||
<style>
|
||||
select {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue