Static BG_GRADIENT_TO_BL

Source
pub static BG_GRADIENT_TO_BL: Lazy<String>
Expand description

Generated from css file. Class content: background-image: linear-gradient(to bottom left, var(--dw-gradient-stops));

§Example

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