Type Alias style::values::computed::border::BorderSideWidth

source ·
pub type BorderSideWidth = Au;
Expand description

A computed value for border-width (and the like).

Aliased Type§

struct BorderSideWidth(pub i32);

Fields§

§0: i32