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

x/netzo/deps/@unocss/preset-mini/mod.ts>PresetMiniOptions

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

Properties

optional
dark: "class" | "media" | DarkModeSelectors

Dark mode options

optional
attributifyPseudo: boolean

Generate tagged pseudo selector as [group=""] instead of .group

optional
variablePrefix: string

Prefix for CSS variables.

optional
prefix: string | string[]

Utils prefix. When using tagged pseudo selector, only the first truthy prefix will be used.

optional
preflight: boolean

Generate preflight

optional
arbitraryVariants: boolean

Enable arbitrary variants, for example <div class="[&>*]:m-1 [&[open]]:p-2"></div>.

Disable this might slightly improve the performance.