//! - `border-spacing`: Sets the distance between borders of adjacent cells (separate borders only)
/// The `border-spacing` property is only applicable when `border-collapse` is set to `separate`.
#[must_use] pub const fn new_separate(horizontal: PixelValue, vertical: PixelValue) -> Self {