Module length

Source
Expand description

CSS length values.

Enums§

Length
A CSS <length> value, with support for calc().
LengthOrNumber
Either a <length> or a <number>.
LengthPercentageOrAuto
Either a <length-percentage>, or the auto keyword.
LengthValue
A CSS <length> value, without support for calc(). See also: Length.

Type Aliases§

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