Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface DeclarationProps
import { type DeclarationProps } from "https://deno.land/x/postcss@8.4.16/lib/declaration.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.