monks/hyphenate_character

The hyphenate-character CSS property sets the character (or string) used at the end of a line before a hyphenation break.

Both automatic and soft hyphens are displayed according to the specified hyphenate-character value.

Values

pub const auto_: #(String, String)
  • : The user-agent selects an appropriate string based on the content language’s typographic conventions. This is the default property value, and only needs to be explicitly set in order to override a different inherited value.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for hyphenate-character

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

Search Document