Created
January 6, 2020 12:36
-
-
Save kennethlynne/710687b9534e5693e956b586a6a9e0e0 to your computer and use it in GitHub Desktop.
~styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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