Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@unocss/core.ts>VariantObject

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface VariantObject
import { type VariantObject } from "https://deno.land/x/netzo@0.4.42/deps/@unocss/core.ts";

Type Parameters

optional
Theme extends object = object

Properties

optional
name: string

The name of the variant.

The entry function to match and rewrite the selector for further processing.

optional
order: number

Sort for when the match is applied.

optional
multiPass: boolean

Allows this variant to be used more than once in matching a single rule

Custom function for auto complete