Module

x/aleph/server/types.ts>AtomicCSSEngine

The Full-stack Framework in Deno.
Very Popular
Latest
interface AtomicCSSEngine
import { type AtomicCSSEngine } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.44/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>