dfrankland/react-amphtml

How do you recommend adding styling?

Closed this issue · 2 comments

I'm trying to use styled-components, but of course the custom style tags aren't being added. Recommendations?

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

Awesome, thanks!