Module flex

Source
Expand description

CSS properties related to flexbox layout.

Structs§

Flex
A value for the flex shorthand property.
FlexFlow
A value for the flex-flow shorthand property.

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.
FlexDirection
A value for the flex-direction property.
FlexItemAlign
A value for the legacy (prefixed) flex-item-align property. Equivalent to the align-self property in the standard syntax.
FlexLinePack
A value for the legacy (prefixed) flex-line-pack property. Equivalent to the align-content property in the standard syntax.
FlexPack
A value for the legacy (prefixed) flex-pack property. Equivalent to the justify-content property in the standard syntax.
FlexWrap
A value for the flex-wrap property.

Type Aliases§

FlexAlign
A value for the legacy (prefixed) flex-align property.