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

A generic value that represents a value with two components, e.g. a border radius.

When serialized, only a single component will be written if both are equal.

definition: [Length, Length]