COL_START_3

Static COL_START_3 

Source
pub static COL_START_3: Lazy<String>
Expand description

Generated from css file. Class content: grid-column-start: 3;

§Example

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