Upgrade prettier

This commit is contained in:
Tom Moor
2017-11-10 14:14:30 -08:00
parent c737b613e4
commit ab13f51d5d
79 changed files with 780 additions and 533 deletions

View File

@ -28,9 +28,7 @@ const RealInput = styled.input`
}
`;
const Wrapper = styled.div`
`;
const Wrapper = styled.div``;
export const Outline = styled(Flex)`
display: flex;
@ -44,7 +42,7 @@ export const Outline = styled(Flex)`
font-weight: normal;
&:focus {
border-color: ${color.slate}
border-color: ${color.slate};
}
`;