This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 772
(api): fxFlex ignores basis value when using .lt-md #528
Labels
Milestone
Comments
The StackBlitz Demo has been upgraded to @angular/flex-layout 2.0.0-beta.12; and with changes to |
fxFlex
ignores basis value when using breakpoints
fxFlex
ignores basis value when using breakpoints
I updated the package and it didn't work for me. |
CaerusKaru
added a commit
to CaerusKaru/flex-layout
that referenced
this issue
Feb 25, 2018
* Fix for when flex-basis is unitless and 0 * Fix for when no width/height is applied and flex-basis should be set Fixes angular#277 Fixes angular#280 Fixes angular#528 Fixes angular#534
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
to CaerusKaru/flex-layout
that referenced
this issue
Feb 25, 2018
* Fix for when flex-basis is unitless and 0 * Fix for when no width/height is applied and flex-basis should be set * Fix for IE flex-basis with calc values * Fix for SSR properties set to 0 Fixes angular#277 Fixes angular#280 Fixes angular#323 Fixes angular#528 Fixes angular#534
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 4, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following configuration
fxFlex="grow" fxFlex.lt-md="1 0 50%"
should set basis value to 50% when the screen size is less than 960px.What is the current behavior?
Only the shrink value changes.
What are the steps to reproduce?
The text was updated successfully, but these errors were encountered: