Webkit Hyphens

Utilities for controlling how words should be hyphenated.

Class CSS Output
hyphens-auto
-webkit-hyphens: auto;
hyphens: auto;
hyphens-none
-webkit-hyphens: none;
hyphens: none;
hyphens-manual
-webkit-hyphens: manual;
hyphens: manual;