Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface ResultOptions
implements ProcessOptions
import { type ResultOptions } from "https://deno.land/x/postcss@8.4.16/lib/result.d.ts";

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.