CSS flex-flow Property Reference

The CSS flex-flow property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

CSS flex-flow Property Reference

The CSS flex-flow property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

flex-flow overview

The CSS flex-flow property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

flex-flow formal syntax
FieldValue
Formal syntax<'flex-direction'> || <'flex-wrap'>
Initial valueflex-direction, flex-wrap
Applies toflexContainers
InheritedNo
Percentagesno
Computed valueflex-direction, flex-wrap
Animation typeflex-direction, flex-wrap
Mediavisual
Specification groupCSS Flexible Box Layout
StatusStandard

Practical examples

These declarations demonstrate valid ways to set flex-flow. The initial and inherit global keywords remain available even when a property-specific value is preferable.

flex-flow live example
CSS .reset-example { flex-flow: initial; } .inherit-example { flex-flow: inherit; } @supports (flex-flow: initial) { .supported { flex-flow: initial; } }

Description

The CSS flex-flow property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: flex-flow
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies