monks/border_image_width
The border-image-width CSS property sets the width of an element’s border image.
If this property’s value is greater than the element’s {{cssxref(“border-width”)}}, the border image will extend beyond the padding (and/or content) edge.
Values
pub const auto_: #(String, String)
- : The width of the border is made equal to the intrinsic width or height (whichever is applicable) of the corresponding {{cssxref(“border-image-slice”)}}. If the image does not have the required intrinsic dimension, the corresponding
border-widthis used instead.
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of border-image-width
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for border-image-width
pub const revert_layer: #(String, String)