import { gloss } from '../gloss' export const Box = gloss({ display: 'flex', flexDirection: 'column', boxSizing: 'border-box', flexShrink: 0, minWidth: 0, })