Skip to content

Instantly share code, notes, and snippets.

@richerimage
Created September 4, 2017 09:07
Show Gist options
  • Save richerimage/9a7824bf58bad53ad4f36bc70e54ca2f to your computer and use it in GitHub Desktop.
Save richerimage/9a7824bf58bad53ad4f36bc70e54ca2f to your computer and use it in GitHub Desktop.
CSS select all except last child
.selector:not(:last-child) {
/* styles for everything except last item */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment