Configure preflight

This commit is contained in:
Daniel Flanagan 2022-09-30 09:34:07 -05:00
parent 17ae95e3fe
commit 06a5ca3dee
Signed by untrusted user: lytedev-divvy
GPG key ID: 6D69CEEE4ABBCD82

View file

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