Module lightningcss::values::length

source ·
Expand description

CSS length values.

Enums

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

Type Definitions

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