deno.land / x / fresh@1.1.1 / www / twind.config.ts

twind.config.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { Options } from "$fresh/plugins/twind.ts";import * as colors from "twind/colors";
export default { selfURL: import.meta.url, theme: { colors: { blue: colors.blue, black: colors.black, gray: colors.gray, green: colors.green, white: colors.white, yellow: colors.yellow, transparent: "transparent", }, },} as Options;
fresh

Version Info

Tagged at
a year ago