dwind::flexbox_and_grid

Static JUSTIFY_START

Source
pub static JUSTIFY_START: Lazy<String>
Expand description

Generated from css file. Class content: justify-content: start;

§Example

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