monks/border_block_end_color

The border-block-end-color CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element’s writing mode, directionality, and text orientation. It corresponds to the {{cssxref(“border-top-color”)}}, {{cssxref(“border-right-color”)}}, {{cssxref(“border-bottom-color”)}}, or {{cssxref(“border-left-color”)}} property depending on the values defined for {{cssxref(“writing-mode”)}}, {{cssxref(“direction”)}}, and {{cssxref(“text-orientation”)}}.

Values

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

Enter a raw string value for border-block-end-color

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-block-end-color. It will be wrapped in var() and have -- prepended.

Search Document