ROUNDED_L_LG

Static ROUNDED_L_LG 

Source
pub static ROUNDED_L_LG: Lazy<String>
Expand description

Generated from css file. Class content: border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;

§Example

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