Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.CSS.ShorthandEntry
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ShorthandEntry } = default.CSS;

Properties

name: string

Shorthand name.

value: string

Shorthand value.

optional
important: boolean

Whether the property has "!important" annotation (implies false if absent).