Igorbek / typescript-plugin-styled-components

TypeScript transformer for improving the debugging experience of styled-components
419 stars 33 forks source link

Support css prop #29

Open akiym opened 5 years ago

akiym commented 5 years ago

https://github.com/styled-components/babel-plugin-styled-components/pull/172

irace commented 5 years ago

Yes please – this would be a huge boon

zdila commented 3 years ago

Workaround is to migrate to emotion where it is supported (css property with TypeScript).

rwieruch commented 2 years ago

@zdila you just exchanged SC with Emotion and the css prop with this library in TS worked for you?

rwieruch commented 2 years ago

In case anyone runs into this: https://github.com/styled-components/babel-plugin-styled-components/issues/222#issuecomment-1040242319

zdila commented 2 years ago

@rwieruch for Emotion we don't need this library. There it somehow works out of the box.