Open HidemichiShimura opened 1 year ago
*.module.css
globals.css
How can I apply global styles with styled-components in Next.js?
createGlobalStyle
GlobalStyle
_app.js
Referrence: API Reference, Custom App
Integration for globals and Header, HeaderLogo, NavMenu was addressed at #54
Goal
*.module.css
andglobals.css
, get integrated with styled-componentsDeadline / Task size
Steps
*.module.css
andglobals.css
Uncertainty
How can I apply global styles with styled-components in Next.js?
createGlobalStyle
for global stylesGlobalStyle
component in_app.js
Referrence: API Reference, Custom App
Additional memo