Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Created September 17, 2018 12:17
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 koss-lebedev/88bb01e2872ff8961ddb52778f670864 to your computer and use it in GitHub Desktop.
Save koss-lebedev/88bb01e2872ff8961ddb52778f670864 to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
import theme from 'styles'
const Header = styled.h1`
font-size: ${theme.fontSize.header};
color: ${theme.color.text};
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment