Skip to content

Instantly share code, notes, and snippets.

View fsdevblog's full-sized avatar
🤷‍♂️
I may be slow to respond.

fsdevblog

🤷‍♂️
I may be slow to respond.
View GitHub Profile
@muZk
muZk / README.md
Created December 12, 2017 16:42
How to use hover with react-jss

How to use hover with react-jss

Let's say we have the following style:

const styles = (theme) => ({
  title: {
    color: theme.color,
  },
})