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

Preset

interface Preset <Theme extends object = object> extends ConfigBase<Theme> {
enforce?: "pre" | "post";
layer?: string;
name: string;
options?: PresetOptions;
prefix?: string | string[];
}

§Type Parameters

§
Theme extends object = object
[src]

§Extends

§Properties

§
enforce?: "pre" | "post"
[src]

Enforce the preset to be applied before or after other presets

§
layer?: string
[src]

Apply layer to all utilities and shortcuts

§
name: string
[src]
§

Preset options for other tools like IDE to consume

§
prefix?: string | string[]
[src]

Apply prefix to all utilities and shortcuts