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

x/fresh/plugins/twindv1_deps.ts>TwindConfig

The next-gen web framework.
Extremely Popular
Go to Latest
interface TwindConfig
import { type TwindConfig } from "https://deno.land/x/fresh@1.5.1/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>
theme: ThemeConfig<Theme>
preflight: false | MaybeThunk<Preflight | Falsey, Theme>[]
variants: Variant<Theme>[]
rules: Rule<Theme>[]
optional
hash: boolean | undefined | HashFunction
stringify: StringifyDeclaration<Theme>
ignorelist: (string | RegExp)[]
finalize: Finalize<Theme>[]