mirror of https://github.com/sveltejs/svelte
parent
5f938535a1
commit
31d3dfce6f
@ -0,0 +1 @@
|
||||
details[open].svelte-xyz{color:red}
|
@ -0,0 +1,7 @@
|
||||
<details>Hello</details>
|
||||
|
||||
<style>
|
||||
details[open] {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue