Expand description

CSS properties related to flexbox layout.

Structs

A value for the flex shorthand property.

A value for the flex-flow shorthand property.

Enums

A value for the legacy (prefixed) box-align property. Equivalent to the align-items property in the standard syntax.

A value for the legacy (prefixed) box-direction property. Partially equivalent to the flex-direction property in the standard syntax.

A value for the legacy (prefixed) box-lines property. Equivalent to the flex-wrap property in the standard syntax.

A value for the legacy (prefixed) box-orient property. Partially equivalent to flex-direction in the standard syntax.

A value for the legacy (prefixed) box-pack property. Equivalent to the justify-content property in the standard syntax.

A value for the flex-direction property.

A value for the legacy (prefixed) flex-item-align property. Equivalent to the align-self property in the standard syntax.

A value for the legacy (prefixed) flex-line-pack property. Equivalent to the align-content property in the standard syntax.

A value for the legacy (prefixed) flex-pack property. Equivalent to the justify-content property in the standard syntax.

A value for the flex-wrap property.

Type Definitions

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