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

Support Start and End alignment keywords #1429

Open
nicoburns opened this issue Oct 17, 2023 · 0 comments
Open

Support Start and End alignment keywords #1429

nicoburns opened this issue Oct 17, 2023 · 0 comments

Comments

@nicoburns
Copy link
Contributor

Report

CSS defines both start/end and flex-start/flex-end alignment keywords. The difference is that the flex-* versions are affected by both direction and flex-direction whereas the other versions ignore flex-direction.

Yoga only has FlexStart and FlexEnd variants in it's Align and Justify enums, and this issue is a request for Start and End to be added (and also to check that Yoga's FlexStart and FlexEnd do actually correspond to flex-start and flex-end semantics).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants