Expand description
CSS properties related to flexbox layout.
Structs§
Enums§
- BoxAlign
- A value for the legacy (prefixed) box-align property.
Equivalent to the
align-items
property in the standard syntax. - BoxDirection
- A value for the legacy (prefixed) box-direction property.
Partially equivalent to the
flex-direction
property in the standard syntax. - BoxLines
- A value for the legacy (prefixed) box-lines property.
Equivalent to the
flex-wrap
property in the standard syntax. - BoxOrient
- A value for the legacy (prefixed) box-orient property.
Partially equivalent to
flex-direction
in the standard syntax. - BoxPack
- A value for the legacy (prefixed) box-pack property.
Equivalent to the
justify-content
property 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-self
property in the standard syntax. - Flex
Line Pack - A value for the legacy (prefixed) flex-line-pack property.
Equivalent to the
align-content
property in the standard syntax. - Flex
Pack - A value for the legacy (prefixed) flex-pack property.
Equivalent to the
justify-content
property 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.