Definition
The hyphens property in CSS allows you to specify whether or not a word should be broken at its hyphens.
There are two options for the CSS hyphens property.
hyphens: none;
hyphens: manual;
hyphens: auto;
Draft
The hyphens property in CSS allows you to specify whether or not a word should be broken at its hyphens.
There are two options for the CSS hyphens property.
hyphens: none;
hyphens: manual;
hyphens: auto;