monks/mask_repeat

The mask-repeat CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.

Values

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const no_repeat: #(String, String)

no-repeat value of mask-repeat

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for mask-repeat

pub const repeat: #(String, String)

repeat value of mask-repeat

pub const repeat_x: #(String, String)

repeat-x value of mask-repeat

pub const repeat_y: #(String, String)

repeat-y value of mask-repeat

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const round: #(String, String)

round value of mask-repeat

pub const space: #(String, String)

space value of mask-repeat

pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

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

Search Document