monks/word_spacing

The word-spacing CSS property sets the length of space between words and between tags.

Values

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn length(value: monks_of_style.Length) -> #(String, String)
  • : Specifies extra spacing in addition to the intrinsic inter-word spacing defined by the font.
pub const normal: #(String, String)
  • : The normal inter-word spacing, as defined by the current font and/or the browser.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for word-spacing

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

Search Document