Skip to content

Commit 02a2340

Browse files
committed
Shorten styled-components example
1 parent 09cb4c0 commit 02a2340

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ const springLeft = format(spring(
6262
))
6363

6464
const StyledDiv = styled.div`
65-
position: absolute;
66-
width: 100px;
67-
height: 50px;
68-
top: 50px;
6965
animation: ${keyframes`${springLeft}`} 1s linear infinite;
7066
`
7167
```

0 commit comments

Comments
 (0)