monks/overflow_clip_box

The overflow-clip-box property

Values

pub const content_box: #(String, String)

overflow-clip-box.content-box

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

overflow-clip-box.padding-box

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

Enter a raw string value for overflow-clip-box

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

Search Document