mirror of https://github.com/sveltejs/svelte
handle css vars in <style> tags (fixes #757)
parent
5ba76ca773
commit
81ba059a8a
@ -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