We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a374ed commit a49e73dCopy full SHA for a49e73d
apps/svelte.dev/src/routes/tutorial/[slug]/filetree/Item.svelte
@@ -42,7 +42,8 @@
42
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
43
<li
44
aria-current={selected ? 'true' : undefined}
45
- style="--depth: {depth}; --icon: url({icon});"
+ style:--depth={depth}
46
+ style:--icon="url("{icon}")"
47
on:keydown
48
>
49
{#if renaming}
0 commit comments