Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Preflight

interface Preflight {
getCSS: (context: PreflightContext) => Promise<string | undefined> | string | undefined;
layer?: string;
}

§Properties

§
getCSS: (context: PreflightContext) => Promise<string | undefined> | string | undefined
[src]
§
layer?: string
[src]