import { style } from '@vanilla-extract/css'; import { buttonReset } from '../css'; export const item = style([ buttonReset, { justifyContent: 'flex-start', }, ]);