mirror of https://github.com/sveltejs/svelte
commit
0efa2ac7d7
@ -0,0 +1 @@
|
||||
div[svelte-xyz],[svelte-xyz] div{--test:10}
|
@ -0,0 +1,7 @@
|
||||
<div></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
--test: 10;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue