Configure preflight
This commit is contained in:
parent
17ae95e3fe
commit
06a5ca3dee
|
@ -1,5 +1,10 @@
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue