import { Options } from "$fresh/plugins/twind.ts"; import { apply } from "twind"; export default { selfURL: import.meta.url, preflight: { body: apply("bg-white text-black dark:bg-gray-900 dark:text-white"), }, } as Options;