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
Copy file name to clipboardExpand all lines: docs/layout/css-utilities.md
+4-99Lines changed: 4 additions & 99 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -482,57 +482,7 @@ Ionic provides the following utility classes for `align-self`:
482
482
483
483
The [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) CSS property is a shorthand property for `flex-grow`, `flex-shrink` and `flex-basis`. It sets how a flex item will grow or shrink to fit the space available in its flex container.
Ionic provides the following utility classes for `flex`:
538
488
@@ -547,21 +497,7 @@ Ionic provides the following utility classes for `flex`:
547
497
548
498
The [flex-grow](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow) CSS property sets the flex grow factor, which specifies how much of the flex container's positive free space, if any, should be assigned to the flex item's main size.
Ionic provides the following utility classes for `flex-grow`:
567
503
@@ -574,21 +510,7 @@ Ionic provides the following utility classes for `flex-grow`:
574
510
575
511
The [flex-shrink](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink) CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, the flex items can shrink to fit according to their `flex-shrink` value. Each flex line's negative free space is distributed between the line's flex items that have a `flex-shrink` value greater than `0`.
Ionic provides the following utility classes for `flex-shrink`:
594
516
@@ -601,24 +523,7 @@ Ionic provides the following utility classes for `flex-shrink`:
601
523
602
524
The [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order. Items not given an explicit `order` value are assigned the default value of `0`.
0 commit comments