dwind::flexbox_and_grid

Static SELF_START

Source
pub static SELF_START: Lazy<String>
Expand description

Generated from css file. Class content: align-self: flex-start;

§Example

html!("div", { .dwclass!("self_start") });