ROUNDED_T_LG

Static ROUNDED_T_LG 

Source
pub static ROUNDED_T_LG: Lazy<String>
Expand description

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

§Example

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