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 960c2c1 commit f85b983Copy full SHA for f85b983
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