monks/mask_border_width
The mask-border-width CSS property sets the width of an element’s mask border.
Values
pub const auto_: #(String, String)
- : The width of the mask border is made equal to the intrinsic width or height (whichever is applicable) of the corresponding {{cssxref(“mask-border-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 mask-border-width
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for mask-border-width
pub const revert_layer: #(String, String)