0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/.changeset/tall-countries-speak.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
299 B
Markdown
Raw Normal View History

---
'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.