import { styled } from '../stitches.config' const Box = styled('div', { // all: "unset", boxSizing: 'border-box' }) export default Box