UNPKG

braid-design-system

Version:
11 lines (9 loc) 182 B
import { style } from '@vanilla-extract/css'; export const menuItem = style({ whiteSpace: 'nowrap', selectors: { [`&::-moz-focus-inner`]: { border: 0, }, }, });