Skip to content

Instantly share code, notes, and snippets.

@staylor
Created October 8, 2018 22:00
Show Gist options
  • Save staylor/739eaa0cd1bf23a37fa8df83cc71b292 to your computer and use it in GitHub Desktop.
Save staylor/739eaa0cd1bf23a37fa8df83cc71b292 to your computer and use it in GitHub Desktop.
import { css } from 'emotion';
const black = '#000';
const logoClass = css`
height: 24px;
width: 24px;
path {
fill: ${black};
}
@media (min-width: 800px) {
height: 48px;
width: 48px;
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment