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 has been archived by the owner on Jan 6, 2025. It is now read-only.
The text was updated successfully, but these errors were encountered:
somombo
changed the title
The value fxFlex="1 0 auto" translates to css { flex: 1 1 auto; }
The value fxFlex "1 0 auto" translates to css flex: 1 1 auto
Jan 19, 2017
* for cases where the flex-basis === "auto", use the specified or default values of shrink and grow.
* add tests for flex-bases == "auto", "none", "initial", "noshrink", and "nogrow"
Fixes#120.
* for cases where the flex-basis === "auto", use the specified or default values of shrink and grow.
* add tests for flex-bases == "auto", "none", "initial", "noshrink", and "nogrow"
Fixes#120.
* for cases where the flex-basis === "auto", use the specified or default values of shrink and grow.
* add tests for flex-bases == "auto", "none", "initial", "noshrink", and "nogrow"
Fixes#120.
See https://plnkr.co/edit/itCtZRcTBzc5DRAIBoPF :
fxFlex="1 0 auto"
results in
This can't be right?
The text was updated successfully, but these errors were encountered: