import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Warning } = postcss;
Returns a warning position and message.
warning.toString() //=> 'postcss-lint:a.css:10:14: Avoid !important'
import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Warning } = postcss;
Returns a warning position and message.
warning.toString() //=> 'postcss-lint:a.css:10:14: Avoid !important'