styled-components/stylelint-processor-styled-components

Upcoming API changes in styled-components v4

quantizor opened this issue · 1 comments

Just a heads-up that we will be making some top-level API changes in v4 that may affect your library.

  1. injectGlobal is being removed
  2. createGlobalStyle is being added

createGlobalStyle can likely inherit any syntax highlighting rules you may have been using for injectGlobal, styled.* etc.

More info: styled-components/styled-components#1867

Seems solved by 63f2704.