Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface DropShadow
import { type DropShadow } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A drop-shadow() filter function.

Properties

blur: Length

The blur radius of the drop shadow.

color: CssColor

The color of the drop shadow.

xOffset: Length

The x offset of the drop shadow.

yOffset: Length

The y offset of the drop shadow.