Skip to main content
Go to Latest
function transformCSS
import { transformCSS } from "https://deno.land/x/aleph_compiler@0.8.4/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.

Parameters

specifier: string
code: string
optional
options: TransformCSSOptions = [UNSUPPORTED]