Skip to main content
Module

x/aleph/lib/@unocss/core.ts>Preflight

The Full-stack Framework in Deno.
Go to Latest
interface Preflight
import { type Preflight } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";

Type Parameters

optional
Theme extends { } = { }

Properties

getCSS: (context: PreflightContext<Theme>) => Promise<string | undefined> | string | undefined
optional
layer: string