Skip to content

Commit f19b47f

Browse files
Sync svelte docs (#1914)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent af29ec2 commit f19b47f

3 files changed

Lines changed: 114 additions & 41 deletions

File tree

apps/svelte.dev/content/docs/svelte/03-template-syntax/17-style.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ even over `!important` properties:
4343
<div style:color="red" style="color: blue">This will be red</div>
4444
<div style:color="red" style="color: blue !important">This will still be red</div>
4545
```
46+
47+
You can set CSS custom properties:
48+
49+
```svelte
50+
<div style:--columns={columns}>...</div>
51+
```

apps/svelte.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"satori": "^0.19.2",
7676
"satori-html": "^0.3.2",
7777
"sv": "^0.14.1",
78-
"svelte": "^5.53.5",
78+
"svelte": "^5.55.1",
7979
"svelte-check": "^4.4.3",
8080
"svelte-preprocess": "^6.0.3",
8181
"tiny-glob": "^0.2.9",

0 commit comments

Comments
 (0)