monks/border_width
The border-width shorthand CSS property sets the width of an element’s border.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of border-width
pub const revert_layer: #(String, String)
pub const thick: #(String, String)
[!NOTE]> Because the specification doesn’t define the exact thickness denoted by each keyword, the precise result when using one of them is implementation-specific. Nevertheless, they always follow the pattern
thin ≤ medium ≤ thick, and the values are constant within a single document.