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 Flexbox order #488

Merged
merged 1 commit into from Jun 2, 2019
Merged

Support Flexbox order #488

merged 1 commit into from Jun 2, 2019

Conversation

starsirius
Copy link
Member

This added order to <Flex> and so that we can order flexbox items by:

<Flex>
  <Flex order="2">Item 2</Flex>
  <Flex order="1">Item 1</Flex>
</Flex>

I also updated the doc to include an example.

Screen Shot 2019-06-02 at 1 55 24 AM

@artsyit
Copy link
Contributor

artsyit commented Jun 2, 2019

Deploy preview for artsy-palette ready!

Built with commit 7562785

https://deploy-preview-488--artsy-palette.netlify.com

@zephraph
Copy link
Contributor

zephraph commented Jun 2, 2019

Simple enough! LGTM!

Sent with GitHawk

@zephraph zephraph merged commit 1357bea into artsy:master Jun 2, 2019
@artsyit
Copy link
Contributor

artsyit commented Jun 2, 2019

🚀 PR was released in v4.14.0 🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants