ROUNDED_SS_NONE

Static ROUNDED_SS_NONE 

Source
pub static ROUNDED_SS_NONE: Lazy<String>
Expand description

Generated from css file. Class content: border-start-start-radius: 0px;

§Example

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