Created
January 16, 2017 20:21
-
-
Save mikedijkstra/23436c1c70192c9ae4fc3c1b7f99e718 to your computer and use it in GitHub Desktop.
Hyphenate Mixin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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