Skip to content

Commit

Permalink
feat(css): Support for word-break:auto-phrase (#810)
Browse files Browse the repository at this point in the history
feat(css); Support for `word-break:auto-phrase`

Co-authored-by: Vadim Makeev <[email protected]>
  • Loading branch information
skyclouds2001 and pepelsbey authored Dec 2, 2024
1 parent 87dc78b commit 12e6074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -10711,7 +10711,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/will-change"
},
"word-break": {
"syntax": "normal | break-all | keep-all | break-word",
"syntax": "normal | break-all | keep-all | break-word | auto-phrase",
"media": "visual",
"inherited": true,
"animationType": "discrete",
Expand Down

0 comments on commit 12e6074

Please sign in to comment.