Skip to content

Instantly share code, notes, and snippets.

.grid-item {
height: 290px;
float: left;
overflow: hidden;
margin-bottom: 10px;
transition: .5s;
opacity: 0;
@for $i from 1 through 100{
&:nth-child(#{$i}) {