BORDER_NONE

Static BORDER_NONE 

Source
pub static BORDER_NONE: Lazy<String>
Expand description

Generated from css file. Class content: border-style: none;

§Example

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