Static LINEAR_GRADIENT_0
Source pub static LINEAR_GRADIENT_0: Lazy<String>
Expand description
Generated from css file. Class content:
background: linear-gradient(0deg, var(--dw-gradient-from), var(--dw-gradient-to));
§Example
ⓘhtml!("div", { .dwclass!("linear_gradient_0") });