import { transformCSS } from "https://deno.land/x/aleph@1.0.0-alpha.14/compiler/mod.ts";
Compiles a CSS file, including optionally minifying and lowering syntax to the given targets. A source map may also be generated, but this is not enabled by default.
Returns
Promise<TransformCSSResult>