Type Alias LengthOrAuto

Source
pub type LengthOrAuto = GenericLengthPercentageOrAuto<Length>;
Expand description

Either a computed <length> or the auto keyword.

Aliased Type§

#[repr(C, u8)]
pub enum LengthOrAuto { LengthPercentage(CSSPixelLength), Auto, }

Variants§

§

LengthPercentage(CSSPixelLength)

§

Auto