ls-deno/twind.config.ts

11 lines
206 B
TypeScript

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;