Search code examples
reactjsnext.jsstyled-components

How do I use GlobalStyles from styled components in next?


I'm starting now to learn next. I'm kind of lost on how to apply the createGlobalStyle feature of the sytled components in the framework.


Solution

  • Just go to Vercel github and install:

    npx create-next-app --example with-styled-components with-styled-components-app
    # or
    yarn create next-app --example with-styled-components with-styled-components-app