Skip to content

Instantly share code, notes, and snippets.

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