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-width is used instead.
pub const inherit: #(String, String)
pub const initial: #(String, String)
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: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for mask-border-width. It will be wrapped in var() and have -- prepended.

Search Document