Skip to content

Instantly share code, notes, and snippets.

@mikedijkstra
Created January 16, 2017 20:21
Show Gist options
  • Save mikedijkstra/23436c1c70192c9ae4fc3c1b7f99e718 to your computer and use it in GitHub Desktop.
Save mikedijkstra/23436c1c70192c9ae4fc3c1b7f99e718 to your computer and use it in GitHub Desktop.
Hyphenate Mixin
@mixin hyphenate {
-mds-word-break: break-all;
word-break: break-all;
word-break: break-word;
hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment