ROUNDED_XL

Static ROUNDED_XL 

Source
pub static ROUNDED_XL: Lazy<String>
Expand description

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

§Example

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