Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pablolobos/f20872d64234d1d4f5ba to your computer and use it in GitHub Desktop.
Save pablolobos/f20872d64234d1d4f5ba to your computer and use it in GitHub Desktop.
grig_nth-child_last-child_orphan.scss
li:nth-child(3n + 1):last-child {
/* Now you are safe to do some orphan styling */
float: none;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment