Skip to content

Instantly share code, notes, and snippets.

@jeffreymetigy
Last active February 6, 2019 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreymetigy/2710aef6e07e9bd369620c7b3b22b708 to your computer and use it in GitHub Desktop.
Save jeffreymetigy/2710aef6e07e9bd369620c7b3b22b708 to your computer and use it in GitHub Desktop.
import { css } from "@emotion/core";
<div css={css`
color: orange;
&:hover {
color: royalblue;
}
`}>
Hello World!
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment