mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
933c651fb1
* fix(#6264): backward-compat fix for camelCase css vars in style * chore: add changeset
7 lines
299 B
Markdown
7 lines
299 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Do not transform `--camelCase` custom properties to `--camel-case` when they're in a `style` attribute.
|
|
|
|
This bug fix is backwards-compatible because we will emit both `--camelCase` and `--camel-case` temporarily. This behavior will be removed in a future version of Astro.
|