import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Node } = postcss;
This method is provided as a convenience wrapper for Result#warn
.
Declaration: {
bad: (decl, { result }) => {
decl.warn(result, 'Deprecated property bad')
}
}
Parameters
result: Result
The Result
instance that will receive the warning.
optional
opts: WarningOptionsWarning Options.