liamrdawson / photography-v2.0

A modern photography website leveraging TypeScript, Next and React. Using my custom built component library based on Atomic Design principles.
1 stars 0 forks source link

[TASK] Set up Styled Components to work correctly with NextJS #2

Closed liamrdawson closed 3 years ago

liamrdawson commented 3 years ago

Read through the documentation here and follow the example provided in order to implement styled-components correctly in your Next project.

liamrdawson commented 3 years ago

Given that Emotion is already being used by Theme-UI as a CSS-inJS library, styled-components will be removed from this project in favour of Emotion in order to avoid unnecessary issues down the road.