monks/border_bottom_width
The border-bottom-width CSS property sets the width of the bottom border of an element.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of border-bottom-width
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for border-bottom-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.