dwind::box_shadowStatic SHADOW_MD
Source pub static SHADOW_MD: Lazy<String>
Expand description
Generated from css file. Class content:
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
§Example
ⓘhtml!("div", { .dwclass!("shadow_md") });