Use stylelint on styled-components

This commit is contained in:
Aarni Halinen
2020-12-28 22:40:04 +02:00
parent 23973c2865
commit c55ddf81eb
6 changed files with 1279 additions and 320 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ const SponsorReel = styled.div`
margin: 0 1rem;
}
}
img{
img {
width: 200px;
object-fit: cover;
}