monks/border_block_end_width
The border-block-end-width CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element’s writing mode, directionality, and text orientation. It corresponds to the {{cssxref(“border-top-width”)}}, {{cssxref(“border-right-width”)}}, {{cssxref(“border-bottom-width”)}}, or {{cssxref(“border-left-width”)}} property depending on the values defined for {{cssxref(“writing-mode”)}}, {{cssxref(“direction”)}}, and {{cssxref(“text-orientation”)}}.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of border-block-end-width
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for border-block-end-width
pub const revert_layer: #(String, String)