Replies: 1 comment
-
|
Answer my own question 🥲 const vFlex = css({
display: 'flex',
flexDirection: 'column',
})
const MyBox = styled('div', vFlex, {
// ...
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't find the usage like this in the doc. Is it OK to do this?
Beta Was this translation helpful? Give feedback.
All reactions