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

GenerateOptions

interface GenerateOptions <T extends boolean> {
extendedInfo?: T;
id?: string;
minify?: boolean;
preflights?: boolean;
safelist?: boolean;
scope?: string;
}

§Type Parameters

§
T extends boolean
[src]

§Properties

§
extendedInfo?: T
[src]

If return extended "matched" with payload and count

§
id?: string
[src]

Filepath of the file being processed.

§
minify?: boolean
[src]

Generate minified CSS

§
preflights?: boolean
[src]

Generate preflights (if defined)

§
safelist?: boolean
[src]

Includes safelist

§
scope?: string
[src]