Skip to content

Commit

Permalink
feat(css); Support for word-break:auto-phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 1, 2024
1 parent 31d4ebe commit da03833
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 @@ -10676,7 +10676,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 da03833

Please sign in to comment.