ls-deno/twind.config.ts

11 lines
233 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 text-white)"),
},
} as Options;