Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bundler/deps.ts>postcss.WarningOptions

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

Properties

optional
node: Node

CSS node that caused the warning.

optional
word: string

Word in CSS source that caused the warning.

optional
index: number

Index in CSS node string that caused the warning.

optional
plugin: string

Name of the plugin that created this warning. Result#warn fills this property automatically.