import { backgroundColor } from '@gympass/yoga-system';
const Square = styled.div` width: 100px; height: 50px; ${backgroundColor} `; render(() => <Square bgColor="hope" />);const Square = styled.div` width: 100px; height: 50px; ${backgroundColor}`; render(() => <Square bgColor="hope" />);
const Square = styled.div` width: 100px; height: 50px; ${backgroundColor}`; render(() => <Square bgColor="hope" />);
backgroundColor
bgColor
bg
background-color