Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias LengthUnit
import { type LengthUnit } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";
definition:
| "px"
| "in"
| "cm"
| "mm"
| "q"
| "pt"
| "pc"
| "em"
| "rem"
| "ex"
| "rex"
| "ch"
| "rch"
| "cap"
| "rcap"
| "ic"
| "ric"
| "lh"
| "rlh"
| "vw"
| "lvw"
| "svw"
| "dvw"
| "cqw"
| "vh"
| "lvh"
| "svh"
| "dvh"
| "cqh"
| "vi"
| "svi"
| "lvi"
| "dvi"
| "cqi"
| "vb"
| "svb"
| "lvb"
| "dvb"
| "cqb"
| "vmin"
| "svmin"
| "lvmin"
| "dvmin"
| "cqmin"
| "vmax"
| "svmax"
| "lvmax"
| "dvmax"
| "cqmax"