Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface DeclarationProps
Re-export
import { type DeclarationProps } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";

Properties

prop: string

Name of the declaration.

value: string

Value of the declaration.

optional
important: boolean

Whether the declaration has an !important annotation.

optional
raws: DeclarationRaws

Information used to generate byte-to-byte equal node string as it was in the origin input.