UNPKG

svelte-rune-highlight

Version:
10 lines (9 loc) 192 B
import { tv } from 'tailwind-variants'; export const highlightcompo = tv({ base: 'rounded relative', variants: { expanded: { true: 'min-h-full' } } });