dwind::borders

Static BORDER_X

Source
pub static BORDER_X: Lazy<String>
Expand description

Generated from css file. Class content: border-left-width: 1px; border-right-width: 1px;

§Example

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