monks/margin_inline

The margin-inline CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element’s writing mode, directionality, and text orientation.

Values

pub const auto_: #(String, String)

auto value of margin-inline

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

length value of margin-inline

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

Enter a raw string value for margin-inline

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

Search Document