import { type TwindPresetConfig } from "https://deno.land/x/fresh@1.6.0/plugins/twindv1_deps.ts";
Type Parameters
optional
Theme = BaseThemeProperties
optional
darkMode: DarkModeConfigAllows to change how the dark
variant is used (default: "media"
)
optional
theme: ThemeConfig<Theme & BaseTheme>optional
preflight: false | MaybeArray<Preflight | PreflightThunk<Theme & BaseTheme>>optional
hash: boolean | undefined | HashFunctionoptional
stringify: StringifyDeclaration<Theme & BaseTheme>optional
ignorelist: MaybeArray<string | RegExp>optional
finalize: MaybeArray<Finalize<Theme & BaseTheme>>