SHADOW_SM

Static SHADOW_SM 

Source
pub static SHADOW_SM: Lazy<String>
Expand description

Generated from css file. Class content: box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

§Example

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