Creating global styles
Creating global styles for your Gatsby site depends on your styling approach, so we’ve moved the instructions to the relevant guides:
- Global styles with standard CSS files (also applies if you’re using CSS Modules for component-scoped styles)
- Global styles with CSS-in-JS library Emotion
- Global styles with CSS-in-JS library Styled-Components
Edit this page on GitHub