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 f24605a commit 1a374edCopy full SHA for 1a374ed
apps/svelte.dev/src/routes/tutorial/[slug]/filetree/Item.svelte
@@ -42,7 +42,7 @@
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}; --icon: url({icon});"
46
on:keydown
47
>
48
{#if renaming}
0 commit comments