ROUNDED

Static ROUNDED 

Source
pub static ROUNDED: Lazy<String>
Expand description

Generated from css file. Class content: border-radius: 0.25rem;

§Example

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