microsoft/typescript-styled-plugin

Support CSS Module `composes` property

jsg2021 opened this issue · 1 comments

When I use composes in a styled component this extension warns about the unsupported property, when it works perfectly fine.

Unknown property: 'composes' ts-styled-plugin(9999)

I'm not using ts on my project so adding something to a tsconfig is not ideal. maybe a vscode option?

mjbvz commented

Closing as this package has been deprecated in favor of the official styled-components/typescript-styled-plugin fork

After updating to that fork, follow up in the styled-components repo if this is still an issue