SHADOW

Static SHADOW 

Source
pub static SHADOW: Lazy<String>
Expand description

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

§Example

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