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 ecc2c23 commit 201cf15Copy full SHA for 201cf15
content/tutorial/03-advanced-svelte/06-classes/01-classes/README.md
@@ -17,7 +17,7 @@ This is such a common pattern in UI development that Svelte includes a special d
17
```svelte
18
/// file: App.svelte
19
<button
20
- class:selected={current === 'foo'}
+ +++class:selected={current === 'foo'}+++
21
on:click={() => current = 'foo'}
22
>foo</button>
23
```
0 commit comments