Skip to content

Instantly share code, notes, and snippets.

@Chrissy
Created September 11, 2014 20:42
Show Gist options
  • Save Chrissy/5ad729780df38ff02979 to your computer and use it in GitHub Desktop.
Save Chrissy/5ad729780df38ff02979 to your computer and use it in GitHub Desktop.
.to_sentence a {
&:before { content: ", ";
&:last-child:before { content: "and "; }
&:first-child:before { content: none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment