Module

x/aleph/compiler/mod.ts>transformCSS

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function transformCSS
import { transformCSS } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.21/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.

Parameters

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