Skip to main content
Module

x/aleph/server/deps.ts>transformCSS

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