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

chore: Change camel case CSS string properties to kebab case #6939

Merged
merged 4 commits into from
Jan 27, 2025

Conversation

MatiPl01
Copy link
Member

Summary

This PR changes properties like allowDiscrete, easeIn, alternateReverse to allow-discrete, ease-in, alternate-reverse. We make this change to align these properties with RN style props, like flexDirection which accepts strings in kebab case (e.g. row-reverse).

@MatiPl01 MatiPl01 self-assigned this Jan 27, 2025
@MatiPl01 MatiPl01 marked this pull request as ready for review January 27, 2025 11:41
@MatiPl01 MatiPl01 requested a review from tomekzaw January 27, 2025 11:47
@MatiPl01 MatiPl01 added this pull request to the merge queue Jan 27, 2025
Merged via the queue into main with commit 82ecdc9 Jan 27, 2025
17 checks passed
@MatiPl01 MatiPl01 deleted the @matipl01/change-camel-case-css-props-to-kebab-case branch January 27, 2025 12:10
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