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 const dashed: #(String, String)

dashed value of text-decoration-style

pub const dotted: #(String, String)

dotted value of text-decoration-style

pub const double: #(String, String)

double value of text-decoration-style

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

Enter a raw string value for text-decoration-style

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const solid: #(String, String)

solid value of text-decoration-style

pub const unset: #(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.

pub const wavy: #(String, String)

wavy value of text-decoration-style

Search Document