import { type VariantHandler } from "https://deno.land/x/aleph@1.0.0-alpha.65/lib/@unocss/core.ts";
Properties
optional
selector: (input: string, body: CSSEntries) => string | undefinedRewrite the output selector. Often be used to append pesudo 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.