Static SHADOW_XL
Source pub static SHADOW_XL: Lazy<String>
Expand description
Generated from css file. Class content:
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
§Example
ⓘhtml!("div", { .dwclass!("shadow_xl") });