Skip to main content
Module

x/fresh/plugins/twindv1_deps.ts>TwindConfig

The next-gen web framework.
Extremely Popular
Latest
interface TwindConfig
import { type TwindConfig } from "https://deno.land/x/fresh@1.6.8/plugins/twindv1_deps.ts";

Type Parameters

optional
Theme extends BaseTheme = BaseTheme

Properties

optional
darkMode: DarkModeConfig

Allows to change how the dark variant is used (default: "media")

optional
darkColor: DarkColor<Theme>
preflight: false | MaybeThunk<Preflight | Falsey, Theme>[]
variants: Variant<Theme>[]
rules: Rule<Theme>[]
optional
hash: boolean | undefined | HashFunction
ignorelist: (string | RegExp)[]
finalize: Finalize<Theme>[]