method CSSProcessor.prototype.transformimport { CSSProcessor } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/css.ts"; transform(url: string, content: string): Promise<{ code: string; map?: string; classNames?: Record<string, string>; }>Parametersurl: stringcontent: stringReturnsPromise<{ code: string; map?: string; classNames?: Record<string, string>; }>