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