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