diff --git a/twind.config.ts b/twind.config.ts index 2a7ac27..dfadd8c 100644 --- a/twind.config.ts +++ b/twind.config.ts @@ -1,5 +1,10 @@ import { Options } from "$fresh/plugins/twind.ts"; +import { apply } from "twind"; + export default { selfURL: import.meta.url, + preflight: { + body: apply("bg-gray-900 text-white"), + }, } as Options;