ls-deno/twind.config.ts
2022-09-30 09:37:27 -05:00

11 lines
236 B
TypeScript

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;