UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

13 lines (12 loc) 278 B
import { tv } from "tailwind-variants"; export const descriptionList = tv({ variants: { tag: { dt: "text-gray-500 md:text-lg dark:text-gray-400", dd: "text-lg font-semibold" } }, defaultVariants: { tag: "dt" } });