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

Properties

optional
node: Node

The CSS node that was the source of the warning.

optional
plugin: string

Name of plugin that created this warning. Result#warn will fill it automatically with Plugin#postcssPlugin value.