body {
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.hyphens-none {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}
.hyphens-manual {
-ms-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
}