monks/text_decoration
The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for {{cssxref(“text-decoration-line”)}}, {{cssxref(“text-decoration-color”)}}, {{cssxref(“text-decoration-style”)}}, and the newer {{cssxref(“text-decoration-thickness”)}} property.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of text-decoration
pub const revert_layer: #(String, String)
pub const spelling_error: #(String, String)
spelling-error value of text-decoration
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for text-decoration.
It will be wrapped in var() and have -- prepended.