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

x/lume/deps/windi_css.ts>Config

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Config
import { type Config } from "https://deno.land/x/lume@v1.19.2/deps/windi_css.ts";

Index Signatures

[key: string]: any

Properties

optional
presets: Config[]
optional
prefixer: boolean
optional
attributify: boolean | { prefix?: string; separator?: string; disable?: string[]; }
optional
separator: string
optional
important: boolean | string
optional
darkMode: "class" | "media" | false
optional
theme: Partial<Theme>
optional
variantOrder: string[]
optional
plugins: any[]
optional
handlers: { static?: boolean; color?: boolean; opacity?: boolean; number?: boolean; string?: boolean; bracket?: boolean; time?: boolean; hex?: boolean; nxl?: boolean; fraction?: boolean; size?: boolean; variable?: boolean; negative?: boolean; }
optional
corePlugins: string[] | Record<string, boolean>
optional
prefix: string
optional
exclude: RegExp[]
optional
alias: Record<string, string>
optional
shortcuts: Record<string, any>