mobify / stencil

DEPRECIATED - The latest Stencil development is currently taking place in the Adaptive.js repo.
MIT License
4 stars 0 forks source link

Fix legacy flexbox inheritance issue #126

Closed ry5n closed 9 years ago

ry5n commented 9 years ago

Fixes #61.

In iOS 5 and 6, when the Arrange component is used at any nesting level within any flexbox that has flex-direction set to row-reverse the Arrange component inherits the reversed direction. This shouldn’t happen.

Status: Ready to merge Reviewers: @jeffkamo @mlworks

Changes

ry5n commented 9 years ago

+1. Reviewed and tested.