babel-plugin-styled-components
babel-plugin-styled-components copied to clipboard
Added test for transpiling css prop as an array
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.