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 9dabf44 commit 39687b4Copy full SHA for 39687b4
documentation/docs/03-template-syntax/18-class.md
@@ -17,7 +17,7 @@ Primitive values are treated like any other attribute:
17
18
### Objects and arrays
19
20
-Since Svelte 5.15, `class` can be an object or array, and is converted to a string using [clsx](https://github.com/lukeed/clsx/).
+Since Svelte 5.15, `class` can be an object or array, and is converted to a string using [clsx](https://github.com/lukeed/clsx).
21
22
If the value is an object, the truthy keys are added:
23
0 commit comments