Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/css.ts>CSSProcessor#transform

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method CSSProcessor.prototype.transform
import { CSSProcessor } from "https://deno.land/x/aleph@v0.3.0-alpha.29/server/css.ts";

Parameters

url: string
content: string

Returns

Promise<{ code: string; map?: string; classNames?: Record<string, string>; }>