Skip to content

Instantly share code, notes, and snippets.

Стилизует все элементы, в последней строке
&:nth-child(3n+1):nth-last-child(-n+4),
&:nth-child(3n+1):nth-last-child(-n+4) ~ & {
margin-bottom: 0;
}