Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias TrackBreadth
import { type TrackBreadth } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A <track-breadth> value.

See TrackSize.

definition:
| { type: "length"; value: DimensionPercentageFor_LengthValue; }
| { type: "flex"; value: number; }
| { type: "min-content"; }
| { type: "max-content"; }
| { type: "auto"; }