mirror of https://github.com/sveltejs/svelte
fix: style shorthand not referencing variables (#12392)
* fix: style shorthand not referencing variables * Update .changeset/red-pots-pretend.md --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>pull/12397/head
parent
898fe30efe
commit
1d76ccf288
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: mark variables in shorthand style directives as referenced
|
@ -0,0 +1 @@
|
||||
[]
|
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
export let height;
|
||||
</script>
|
||||
|
||||
<button style:height></button>
|
Loading…
Reference in new issue