css.properties

flex-flow

The flex-flow property is shorthand for flex-direction and flex-wrap.

Formal Syntax

<'flex-direction'> || <'flex-wrap'>

See specification

JavaScript Access

// Access via element.style
element.style.flexFlow = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
flex-flow2928912
column2128712
column-reverse2128712
nowrap2128712
row2128712
row-reverse2128712
wrap2128712
wrap-reverse2128712

Related Properties