Hyphens

Utilities for controlling how words should be hyphenated.

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

hyphens-none

-webkit-hyphens: none;
hyphens: none;

hyphens-manual

-webkit-hyphens: manual;
hyphens: manual;

hyphens-auto

-webkit-hyphens: auto;
hyphens: auto;

Reference

-webkit-hyphens MDN ↗
hyphens MDN ↗

CSS Properties

  • -webkit-hyphens
  • hyphens