styled-components / webstorm-styled-components

styled-components highlighting support in IntelliJ editors
https://plugins.jetbrains.com/plugin/9997-styled-components
MIT License
375 stars 19 forks source link

Update support for 'css' prop #84

Closed hexetia closed 4 years ago

hexetia commented 4 years ago

The css prop can by used as a macro, without the plugin babel-plugin-styled-components, it's already supported in create-react-app since december 2018

see https://styled-components.com/docs/api#usage-with-the-babel-macro https://medium.com/styled-components/css-prop-support-for-create-react-app-37e8c5d96861

denofevil commented 4 years ago

Thanks a lot for your contribution!