CSS Hyphenate-Before Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
This property specifies the minimum number of characters in a hyphenated word before the hyphenation character.
Syntax
hyphenate-before: [value];
Possible values
- [integer]
- auto
Initial Value
Auto
Applies To
All elements
Inherited
Yes
Media
Visual
Example
.class {
hyphenate-before: ;
}
Loading Twitter