CommentApr 8, 2019Generally both approaches. Global styling goes as a global stylesheet and that will include resets, general typography, variables etc The rest would be done on a component levelGlobal stylesheet vs component level stylesheets? Which one do you currently use and why?
CommentApr 8, 2019You could use your existing wordpress blog as a headless CMS using their API https://www.gatsbyjs.org/packages/gatsby-source-wordpress/?=wordpressUse Headless CMS or Markdown Files?