Skip to main content
Module

x/bundler/deps.ts>postcss.DeclarationProps

A Bundler with the web in mind.
Latest
interface postcss.DeclarationProps
Re-export
import { type postcss } from "https://deno.land/x/bundler@0.9.0/deps.ts";
const { DeclarationProps } = postcss;

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.