This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Upcoming API changes in styled-components v4 #126
Comments
19 tasks
It would be great to get syntax highlighting for |
I think you can probably just add |
mjbvz
added a commit
to mjbvz/vscode-styled-components
that referenced
this issue
Sep 11, 2018
This release fixes a few false positive for error reporting and adds intellisense for `injectGlobal` and `createGlobalStyle` templates by default (styled-components#126)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just a heads-up that we will be making some top-level API changes in v4 that may affect your library.
injectGlobal
is being removedcreateGlobalStyle
is being addedcreateGlobalStyle
can likely inherit any syntax highlighting rules you may have been using forinjectGlobal
,styled.*
etc.More info: styled-components/styled-components#1867
The text was updated successfully, but these errors were encountered: