Type Alias style::values::computed::text::TextDecorationLength

source ·
pub type TextDecorationLength = GenericTextDecorationLength<LengthPercentage>;
Expand description

Implements type for text-decoration-thickness property.

Aliased Type§

enum TextDecorationLength {
    LengthPercentage(LengthPercentage),
    Auto,
    FromFont,
}

Variants§

§

LengthPercentage(LengthPercentage)

§

Auto

§

FromFont