monks/padding_block_end

The padding-block-end CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element’s writing mode, directionality, and text orientation.

Values

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

length value of padding-block-end

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

Enter a raw string value for padding-block-end

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

Search Document