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.
svelte
1 parent af29ec2 commit f19b47fCopy full SHA for f19b47f
3 files changed
apps/svelte.dev/content/docs/svelte/03-template-syntax/17-style.md
@@ -43,3 +43,9 @@ even over `!important` properties:
43
<div style:color="red" style="color: blue">This will be red</div>
44
<div style:color="red" style="color: blue !important">This will still be red</div>
45
```
46
+
47
+You can set CSS custom properties:
48
49
+```svelte
50
+<div style:--columns={columns}>...</div>
51
+```
apps/svelte.dev/package.json
@@ -75,7 +75,7 @@
75
"satori": "^0.19.2",
76
"satori-html": "^0.3.2",
77
"sv": "^0.14.1",
78
- "svelte": "^5.53.5",
+ "svelte": "^5.55.1",
79
"svelte-check": "^4.4.3",
80
"svelte-preprocess": "^6.0.3",
81
"tiny-glob": "^0.2.9",
0 commit comments