Skip to content

Instantly share code, notes, and snippets.

@terkel
Created February 10, 2012 00:51
Show Gist options
  • Save terkel/1784889 to your computer and use it in GitHub Desktop.
Save terkel/1784889 to your computer and use it in GitHub Desktop.
CSS line break
.br-before:before,
.br-after:after {
content: "\A";
white-space: pre-line;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment