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

GenerateOptions

interface GenerateOptions {
id?: string;
minify?: boolean;
preflights?: boolean;
safelist?: boolean;
scope?: string;
}

§Properties

§
id?: string
[src]

Filepath of the file being processed.

§
minify?: boolean
[src]

Genreate minified CSS

§
preflights?: boolean
[src]

Generate preflights (if defined)

§
safelist?: boolean
[src]

Includes safelist

§
scope?: string
[src]