pub type LengthPercentage = DimensionPercentage<LengthValue>;
Expand description

A CSS <length-percentage> value. May be specified as either a length or a percentage that resolves to an length.

Implementations

Constructs a LengthPercentage with the given pixel value.