Skip to content

Instantly share code, notes, and snippets.

@kennethlynne
Created January 6, 2020 12:36
Show Gist options
  • Save kennethlynne/710687b9534e5693e956b586a6a9e0e0 to your computer and use it in GitHub Desktop.
Save kennethlynne/710687b9534e5693e956b586a6a9e0e0 to your computer and use it in GitHub Desktop.
~styles
import { css } from 'styled-components';
export const Typography = {
primary: css`
font-size: 16px;
color: #888;
`,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment