BG_INHERIT

Static BG_INHERIT 

Source
pub static BG_INHERIT: Lazy<String>
Expand description

Generated from css file. Class content: background-color: inherit;

§Example

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