monks/overflow_clip_margin

The overflow-clip-margin CSS property determines how far outside its bounds an element with overflow: clip may be painted before being clipped. The bound defined by this property is called the overflow clip edge of the box.

Values

pub const border_box: #(String, String)

border-box value of overflow-clip-margin

pub const content_box: #(String, String)

content-box value of overflow-clip-margin

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of overflow-clip-margin

pub const padding_box: #(String, String)

padding-box value of overflow-clip-margin

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

Enter a raw string value for overflow-clip-margin

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 overflow-clip-margin. It will be wrapped in var() and have -- prepended.

Search Document