dwind::flexbox_and_grid

Static PLACE_CONTENT_END

Source
pub static PLACE_CONTENT_END: Lazy<String>
Expand description

Generated from css file. Class content: place-content: end;

§Example

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