import { type VariantHandler } from "https://deno.land/x/netzo@0.4.78/deps/@unocss/core.ts";
Properties
optional
handle: (input: VariantHandlerContext, next: (input: VariantHandlerContext) => VariantHandlerContext) => VariantHandlerContextCallback to process the handler.
optional
selector: (input: string, body: CSSEntries) => string | undefinedRewrite the output selector. Often be used to append pseudo classes or parents.
optional
body: (body: CSSEntries) => CSSEntries | undefinedRewrite the output css body. The input come in [key,value][] pairs.
Provide a parent selector(e.g. media query) to the output css.