dwind::borders

Static BORDER_Y

Source
pub static BORDER_Y: Lazy<String>
Expand description

Generated from css file. Class content: border-top-width: 1px; border-bottom-width: 1px;

§Example

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