flex-flow

描述

适用于:flex容器

CSS flex-flow 属性是 flex-direction 和 flex-wrap 的简写。

语法

// 第一个值表示flex-direction,第二个值表示flex-wrap
flex-flow: column-reverse wrap;