Expand description
CSS properties related to flexbox layout.
Structs§
Enums§
- BoxAlign
- A value for the legacy (prefixed) box-align property.
Equivalent to the
align-itemsproperty in the standard syntax. - BoxDirection
- A value for the legacy (prefixed) box-direction property.
Partially equivalent to the
flex-directionproperty in the standard syntax. - BoxLines
- A value for the legacy (prefixed) box-lines property.
Equivalent to the
flex-wrapproperty in the standard syntax. - BoxOrient
- A value for the legacy (prefixed) box-orient property.
Partially equivalent to
flex-directionin the standard syntax. - BoxPack
- A value for the legacy (prefixed) box-pack property.
Equivalent to the
justify-contentproperty in the standard syntax. - Flex
Direction - A value for the flex-direction property.
- Flex
Item Align - A value for the legacy (prefixed) flex-item-align property.
Equivalent to the
align-selfproperty in the standard syntax. - Flex
Line Pack - A value for the legacy (prefixed) flex-line-pack property.
Equivalent to the
align-contentproperty in the standard syntax. - Flex
Pack - A value for the legacy (prefixed) flex-pack property.
Equivalent to the
justify-contentproperty in the standard syntax. - Flex
Wrap - A value for the flex-wrap property.
Type Aliases§
- Flex
Align - A value for the legacy (prefixed) flex-align property.