Skip to main content

flexbox

Function flexbox 

Source
pub fn flexbox(
    direction: &str,
    justify: &str,
    align: &str,
    wrap: &str,
    gap: Option<&str>,
) -> String
Expand description

Generate CSS flexbox layout.