ROUNDED_T_NONE

Static ROUNDED_T_NONE 

Source
pub static ROUNDED_T_NONE: Lazy<String>
Expand description

Generated from css file. Class content: border-top-left-radius: 0px; border-top-right-radius: 0px;

§Example

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