monks/mask_border_source
The mask-border-source CSS property sets the source image used to create an element’s mask border.
The {{cssxref(“mask-border-slice”)}} property is used to divide the source image into regions, which are then dynamically applied to the final mask border.
Values
pub const closest_corner: #(String, String)
closest-corner value of mask-border-source
pub const farthest_corner: #(String, String)
farthest-corner value of mask-border-source
pub const farthest_side: #(String, String)
farthest-side value of mask-border-source
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of mask-border-source
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for mask-border-source
pub const revert_layer: #(String, String)