Skip to content

Instantly share code, notes, and snippets.

@neutraltone
Created April 12, 2016 11:16
Show Gist options
  • Select an option

  • Save neutraltone/a01069e3dfd5d9cf0155b8d8b17638cc to your computer and use it in GitHub Desktop.

Select an option

Save neutraltone/a01069e3dfd5d9cf0155b8d8b17638cc to your computer and use it in GitHub Desktop.
.tags {
&__tag {
&:not(:last-child):not(:nth-last-child(2)) {
&:after {
content: ", ";
}
}
&:nth-last-child(2) {
&:after {
content: " & ";
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment