MMarizooinmarizoo.hashnode.dev·Feb 4, 2022 · 2 min readGlobal styling with Styled-ComponentsUsing Styled-components, I have tried several ways to apply global styling & media queries to my React App. I'm here to share my preferred method this far (until I find another better way, of course!). (For this article, I am using React version 17...00