Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bundler/deps.ts>postcss.LazyResult#warnings

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

Processes input CSS through synchronous plugins and calls Result#warnings.

Returns

Warnings from plugins.