Skip to content
New issue

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

Patch casing for styles #11155

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Patch casing for styles #11155

merged 1 commit into from
Sep 18, 2023

Conversation

wackerow
Copy link
Member

Description

  • Switches kebab casing to camel case for styling property names
  • Use direction-agnostic property names

Related issue

Fixes kebab case warnings:

Using kebab-case for css properties in objects is not supported. Did you mean marginBottom?
Using kebab-case for css properties in objects is not supported. Did you mean paddingLeft?
Using kebab-case for css properties in objects is not supported. Did you mean marginLeft?
Using kebab-case for css properties in objects is not supported. Did you mean marginTop?

fixes kebab case warning
@gatsby-cloud
Copy link

gatsby-cloud bot commented Sep 15, 2023

✅ ethereum-org-website-dev deploy preview ready

@corwintines corwintines merged commit feeabac into dev Sep 18, 2023
4 checks passed
@corwintines corwintines deleted the kebab-case-fix branch September 18, 2023 18:11
This was referenced Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants