CSS property: -webkit-box-direction

Description

Specifies the direction in which child elements of a flexible box element are laid out.

This applies only to flexible box layouts. For more information about flexible boxes, see http://www.w3.org/TR/css3-layout/.

Syntax

-webkit-box-direction: normal | reverse;

Values

normal (by default)

Elements are laid out in the default direction.

reverse

Elements are laid out in the reverse direction.

Versions