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

A <geometry-box> value as used in the mask-clip and clip-path properties.

definition:
| "border-box"
| "padding-box"
| "content-box"
| "margin-box"
| "fill-box"
| "stroke-box"
| "view-box"