Skip to content

Instantly share code, notes, and snippets.

@bekapod
Last active December 9, 2015 20:09
Show Gist options
  • Save bekapod/4321997 to your computer and use it in GitHub Desktop.
Save bekapod/4321997 to your computer and use it in GitHub Desktop.
CSS: hyphen base
body {
hyphens: auto;
}
code, var, kbd, samp, tt, dir, listing, plaintext, xmp, abbr, acronym, blockquote, q {
hyphens: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment