pub type LengthOrAuto = GenericLengthPercentageOrAuto<Length>;
Expand description
Either a computed <length>
or the auto
keyword.
Aliased Type§
enum LengthOrAuto {
LengthPercentage(CSSPixelLength),
Auto,
}
pub type LengthOrAuto = GenericLengthPercentageOrAuto<Length>;
Either a computed <length>
or the auto
keyword.
enum LengthOrAuto {
LengthPercentage(CSSPixelLength),
Auto,
}