monks/flex_flow

The flex-flow CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.

Values

pub const column: #(String, String)

column value of flex-flow

pub const column_reverse: #(String, String)

column-reverse value of flex-flow

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const nowrap: #(String, String)

nowrap value of flex-flow

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for flex-flow

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const row: #(String, String)

row value of flex-flow

pub const row_reverse: #(String, String)

row-reverse value of flex-flow

pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for flex-flow. It will be wrapped in var() and have -- prepended.

pub const wrap: #(String, String)

wrap value of flex-flow

pub const wrap_reverse: #(String, String)

wrap-reverse value of flex-flow

Search Document