We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
astro
2.0.12
None
pnpm
Mac
See here. Camel case variables should be left alone, but are transformed when used in a style object. This does not occur with inline styles.
https://stackblitz.com/edit/github-2cyv6w?file=src/pages/index.astro
The text was updated successfully, but these errors were encountered:
fix(#6264): backward-compat fix for camelCase css vars in style
71b2248
--camelCase
style
Backwards compatible fix for --camelCase css vars in style attrib…
933c651
…ute (#6268) * fix(#6264): backward-compat fix for camelCase css vars in style * chore: add changeset
ea9e8c4
…ute (withastro#6268) * fix(withastro#6264): backward-compat fix for camelCase css vars in style * chore: add changeset
natemoo-re
Successfully merging a pull request may close this issue.
What version of
astro
are you using?2.0.12
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Mac
Describe the Bug
See here. Camel case variables should be left alone, but are transformed when used in a style object. This does not occur with inline styles.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-2cyv6w?file=src/pages/index.astro
Participation
The text was updated successfully, but these errors were encountered: