Skip to content

Instantly share code, notes, and snippets.

@eroffa
Last active April 28, 2023 15:43
Show Gist options
  • Save eroffa/0d02dc4b2d38e4d47896a980d9619ee9 to your computer and use it in GitHub Desktop.
Save eroffa/0d02dc4b2d38e4d47896a980d9619ee9 to your computer and use it in GitHub Desktop.
CSS
Стилизует все элементы, в последней строке
&:nth-child(3n+1):nth-last-child(-n+4),
&:nth-child(3n+1):nth-last-child(-n+4) ~ & {
margin-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment