styled-components / comparison

Comparing different ways to style components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misc fixes

mxstbr opened this issue · comments

These should be changed in all examples:

  • Underline on hover (the link and @chantastic, though only the chantastic part should be highlighted)
  • All links need to go to a new tab
  • Use method = () => {} in classes for binding (thanks @kof)
  • Move media queries to separate modules for CSS-in-JS (thanks @kof)