Skip to content

Reinstate FlexStart and FlexEnd alignment variants#336

Merged
alice-i-cecile merged 2 commits intoDioxusLabs:mainfrom
nicoburns:reinstate-flex-start-flex-end-alignment
Jan 23, 2023
Merged

Reinstate FlexStart and FlexEnd alignment variants#336
alice-i-cecile merged 2 commits intoDioxusLabs:mainfrom
nicoburns:reinstate-flex-start-flex-end-alignment

Conversation

@nicoburns
Copy link
Copy Markdown
Collaborator

Objective

Fixes #307 (regression from Taffy 0.2). Taffy now has both Start/End and FlexStart/FlexEnd as per the spec.
We probably ought to duplicate all our alignment tests to test all 4 properties. But we do have at least some coverage of both sets of properties.

@nicoburns nicoburns added this to the 0.3 "CSS Grid" milestone Jan 22, 2023
@nicoburns nicoburns added the bug Something isn't working label Jan 22, 2023
@nicoburns nicoburns force-pushed the reinstate-flex-start-flex-end-alignment branch from 06325ed to b0690ce Compare January 22, 2023 22:23
Copy link
Copy Markdown
Collaborator

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good docs, and a clean set of changes. I'm not thrilled that this exists, but that's the nature of the spec.

@alice-i-cecile alice-i-cecile merged commit 78fd9cc into DioxusLabs:main Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Properly implement Start, End, FlexStart, and FlexEnd alignment variants

3 participants