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

VariantContext

interface VariantContext <Theme extends {} = {}> {
generator: UnoGenerator;
rawSelector: string;
theme: Theme;
}

§Type Parameters

§
Theme extends {} = {}
[src]

§Properties

§

UnoCSS generator instance

§
rawSelector: string
[src]

Unprocessed selector from user input.

§
theme: Theme
[src]

The theme object