typebot.io/apps/builder/tailwind.config.ts
Baptiste Arnaud bbb5a791a1
🚸 Allow for custom text in OpenRouter and Together blocks
Introducing the new AutocompleteForgeInput that uses the Combobox component from Ark UI. Also consolidates the theming config in ui package
2025-03-20 12:44:43 +01:00

8 lines
243 B
TypeScript

import type { Config } from "tailwindcss";
import sharedConfig from "../../packages/ui/tailwind.config";
export default {
presets: [sharedConfig],
content: ["src/**/*.{ts,tsx}", "../../packages/ui/src/**/*.{ts,tsx}"],
} satisfies Config;