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 for flexbox properties #28

Closed
necolas opened this issue May 10, 2015 · 2 comments
Closed

Support for flexbox properties #28

necolas opened this issue May 10, 2015 · 2 comments
Labels

Comments

@necolas
Copy link
Contributor

necolas commented May 10, 2015

As layout with flexbox becomes more common, RTL support for flexbox properties will be useful. For example, reversing the flex-direction and content alignment.

@MohammadYounes
Copy link
Owner

Flexbox properties follow writing direction and do not require flipping. For example:

flex-direction

  • row (default): left to right in ltr; right to left in rtl
  • row-reverse: right to left in ltr; left to right in rtl

flex-wrap

  • nowrap (default): single-line / left to right in ltr; right to left in rtl
  • wrap: multi-line / left to right in ltr; right to left in rtl
  • wrap-reverse: multi-line / right to left in ltr; left to right in rtl

Thanks.

@necolas
Copy link
Contributor Author

necolas commented May 11, 2015

oh nice! thanks for teaching me something :)

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

No branches or pull requests

2 participants