monks/text_decoration_style
The text-decoration-style CSS property sets the style of the lines specified by {{ cssxref(“text-decoration-line”) }}. The style applies to all lines that are set with text-decoration-line.
Values
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for text-decoration-style
pub const revert_layer: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for text-decoration-style.
It will be wrapped in var() and have -- prepended.