I would like to use facepaint inside an object, but I am not sure this is possible. Something like: ```jsx const mq = facepaint([ '@media(min-width: 420px)', ]) const Container = styled.div({ ...mq({ color: ['#f2f', '#00ff00'], }), }) ``` Is this not possible?