Static BG_NONE

Source
pub static BG_NONE: Lazy<String>
Expand description

Generated from css file. Class content: background-image: none;

§Example

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