Skip to content

Instantly share code, notes, and snippets.

@richardj
Created February 2, 2015 14:16
Show Gist options
  • Save richardj/6e2464f064f6ba7953fa to your computer and use it in GitHub Desktop.
Save richardj/6e2464f064f6ba7953fa to your computer and use it in GitHub Desktop.
Easy CSS item divider
:not(:last-child):after {
content: " | ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment