Skip to content

Instantly share code, notes, and snippets.

@weslleyaraujo
Last active June 19, 2017 00:38
Show Gist options
  • Save weslleyaraujo/4b512489288ac0f8964d2b2768d82fe2 to your computer and use it in GitHub Desktop.
Save weslleyaraujo/4b512489288ac0f8964d2b2768d82fe2 to your computer and use it in GitHub Desktop.
import styled from ‘styled-components’;
const Score = styled.div`
 /* some styles here … */
 font-size: ${props => props.length <= 2 ? 62 : 45}px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment