monks/border_block_width
The border-block-width CSS property defines the width of the logical block borders 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”)}} and {{cssxref(“border-bottom-width”)}}, or {{cssxref(“border-left-width”)}}, and {{cssxref(“border-right-width”)}} property depending on the values defined for {{cssxref(“writing-mode”)}}, {{cssxref(“direction”)}}, and {{cssxref(“text-orientation”)}}.
The border width in the other dimension can be set with {{cssxref(“border-inline-width”)}}, which sets {{cssxref(“border-inline-start-width”)}}, and {{cssxref(“border-inline-end-width”)}}.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of border-block-width
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for border-block-width
pub const revert_layer: #(String, String)