Skip to content

Styled components update

Audrey Hamelers requested to merge styled-components-update into master

BREAKING CHANGES:

  • Replace all styled-components .extend with styled()
  • Replace styled-components injectGlobal with new createGlobalStyle
  • import { GlobalStyle } from '@pubsweet/ui' and use <GlobalStyle /> component in App to use theme global styles.
Edited by Audrey Hamelers

Merge request reports