BORDER_L2

Static BORDER_L2 

Source
pub static BORDER_L2: Lazy<String>
Expand description

Generated from css file. Class content: border-left-width: 2px;

§Example

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