babel-plugin-styled-components icon indicating copy to clipboard operation
babel-plugin-styled-components copied to clipboard

Added test for transpiling css prop as an array

Open taneba opened this issue 5 years ago • 0 comments

It seems possible to do things like:

style1 = css``
style2 = css``

<div css={[style1, style2]} />

But the test for this use case is missing now.

taneba avatar Feb 18 '20 15:02 taneba