UNPKG

braid-design-system

Version:
7 lines (5 loc) 135 B
import { style } from '@vanilla-extract/css'; export const truncate = style({ whiteSpace: 'nowrap', textOverflow: 'ellipsis', });