monks/box_direction
{{Non-standard_header}}{{Deprecated_Header}}
This is a property of the original CSS flexible box layout Module draft, and has been replaced by a newer standard. The
-moz-box-directionwill only be used for XUL while the previous standardbox-directionhas been replaced byflex-direction. See flexbox for information about the current standard.
The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).
Values
pub const normal: #(String, String)
- : The box lays out its contents from the start (the left or top edge).
pub const reverse: #(String, String)
- : The box lays out its contents from the end (the right or bottom edge).
pub const revert_layer: #(String, String)