monks/contain_intrinsic_inline_size

The contain-intrinsic-inline-size CSS logical property defines the inline-size of an element that a browser can use for layout when the element is subject to size containment.

Inline-size is the size of the element in the dimension parallel to the flow of text within a line. In a horizontal writing mode like standard English, inline size is the horizontal dimension (width); for a vertical writing mode, inline size is the vertical dimension.

Values

pub const auto_: #(String, String)

auto value of contain-intrinsic-inline-size

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

length value of contain-intrinsic-inline-size

pub const none: #(String, String)
  • : The element has no intrinsic inline-size.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for contain-intrinsic-inline-size

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

Search Document