How do you recommend adding styling?
Closed this issue · 2 comments
HoraceShmorace commented
I'm trying to use styled-components
, but of course the custom style tags aren't being added. Recommendations?
dfrankland commented
I like to use styled-components
too! I have a nice of example of combining this library with styled-component
here: https://github.com/dfrankland/ampreact/blob/master/pages/_document.js
HoraceShmorace commented
Awesome, thanks!