monks/border_spacing

The border-spacing CSS property sets the distance between the borders of adjacent cells in a {{htmlelement(“table”)}}. This property applies only when {{cssxref(“border-collapse”)}} is separate.

Values

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of border-spacing

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for border-spacing

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for border-spacing. It will be wrapped in var() and have -- prepended.

Search Document