microsoft / typescript-styled-plugin

TypeScript server plugin that adds intellisense to styled component css strings
MIT License
839 stars 58 forks source link

Add user-drag css option to plugin. #91

Closed ziimakc closed 1 year ago

ziimakc commented 5 years ago

Can you please add user-drag css option to plugin, so it will not show an error?

I use it like this:

  a {
    user-drag: none; 
  }

It's works in chrome and safari as i know.

mjbvz commented 1 year ago

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