import { style } from '@vanilla-extract/css' export let container = style({ display: 'flex', flexDirection: 'column', }) export let inline = style({ flexDirection: 'row', })