PLACE_SELF_END

Static PLACE_SELF_END 

Source
pub static PLACE_SELF_END: Lazy<String>
Expand description

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

§Example

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