Skip to content

Instantly share code, notes, and snippets.

@anthonyatp
Created April 26, 2019 14:40
Show Gist options
  • Save anthonyatp/fc576a1ee0480bab8300605941bc58ad to your computer and use it in GitHub Desktop.
Save anthonyatp/fc576a1ee0480bab8300605941bc58ad to your computer and use it in GitHub Desktop.
const SSkeletonLine = styled(SSkeletonPulse)`
width: 5.5em;
border-radius: 5px;
&::before {
content: "\00a0";
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment