import { type RuleContext } from "https://deno.land/x/netzo@0.4.72/deps/@unocss/core.ts";
Properties
generator: UnoGenerator<Theme>
UnoCSS generator instance
theme: Theme
The theme object
variantMatch: VariantMatchedResult<Theme>
The result of variant matching.
Construct a custom CSS rule. Variants and selector escaping will be handled automatically.
optional
rules: Rule<Theme>[]Available only when details
option is enabled.
optional
shortcuts: Shortcut<Theme>[]Available only when details
option is enabled.
optional
variants: Variant<Theme>[]Available only when details
option is enabled.