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

Support css prop

Open akiym opened this issue 5 years ago • 5 comments

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

akiym avatar Dec 19 '18 09:12 akiym

Yes please – this would be a huge boon

irace avatar Jan 07 '19 21:01 irace

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

zdila avatar Jun 01 '21 15:06 zdila

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

rwieruch avatar Feb 09 '22 15:02 rwieruch

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

rwieruch avatar Feb 15 '22 13:02 rwieruch

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

zdila avatar Feb 15 '22 13:02 zdila