Skip to main content
Module

x/aleph/compiler/css.ts>CSSProcessor

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

Constructors

new
CSSProcessor()

Methods

config(isProd: boolean, postcssPlugins: PostCSSPlugin[])
transform(url: string, content: string): Promise<{ code: string; map?: string; }>