Skip to main content
Module

x/aleph/server/types.ts>AtomicCSSEngine

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface AtomicCSSEngine
import { type AtomicCSSEngine } from "https://deno.land/x/aleph@1.0.0-beta.38/server/types.ts";

Properties

optional
name: string
optional
version: string
optional
test: RegExp
optional
resetCSS: string

Methods

generate(input: string | string[], options?: AtomicCSSGenerateOptions): Promise<AtomicCSSGenerateResult>