You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
fix(fxLayoutAlign): support flex-start and flex-end options
Current API translates `start` and `end` to `flex-start` and `flex-end` respectively.
The API should also support the raw flex-<xxx> values.
Fixes#232.
0 commit comments