Hyphens

Utilities for controlling how words should be hyphenated.

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

hyphens-none

-webkit-hyphens: none;
hyphens: none;

hyphens-auto

-webkit-hyphens: auto;
hyphens: auto;

hyphens-manual

-webkit-hyphens: manual;
hyphens: manual;

Reference

-webkit-hyphens MDN ↗
hyphens MDN ↗

CSS Properties

  • -webkit-hyphens
  • hyphens