pub fn serialize_directional_border<W>(
    dest: &mut CssWriter<'_, W>,
    width: &BorderSideWidth,
    style: &BorderStyle,
    color: &Color
) -> Resultwhere
    W: Write,
Expand description

Serializes a border shorthand value composed of width/style/color.