Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 3, 2024
1 parent 1a374ed commit a49e73d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
<li
aria-current={selected ? 'true' : undefined}
style="--depth: {depth}; --icon: url({icon});"
style:--depth={depth}
style:--icon="url(&quot;{icon}&quot;)"
on:keydown
>
{#if renaming}
Expand Down

0 comments on commit a49e73d

Please sign in to comment.