import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { CssSyntaxError } = postcss;
Returns error position, message and source code of the broken part.
error.toString() //=> "CssSyntaxError: app.css:1:1: Unclosed block
// > 1 | a {
// | ^"