We can provide babel plugin with [prejss](https://github.com/axept/prejss) under the hood, that would transform ``` const Button = styled.button` color: red; ` ``` to ``` const Button = styled('button', {color: 'red'}) ``` for better performance
We can provide babel plugin with prejss under the hood, that would transform
to
for better performance