Skip to main content
Module

x/packup/docs/twd.ts

📦 Zero-config web application packager in Deno
Go to Latest
File
import { apply, css } from "https://esm.sh/twind@0.16.13/css";import { Config } from "https://deno.land/x/twd@v0.3.1/types.ts";
export const config: Config = { theme: { fontFamily: { sans: ["Avenir Next", "sans-serif"], serif: ["Times", "serif"], }, },};