Skip to content

Commit

Permalink
Fix syntax for text-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 18, 2024
1 parent 8ec6d50 commit 3c3b849
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -10123,14 +10123,17 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-underline-position"
},
"text-wrap": {
"syntax": "<'text-wrap-mode> || <'text-wrap-style'>",
"syntax": "<'text-wrap-mode'> || <'text-wrap-style'>",
"media": "visual",
"inherited": true,
"animationType": [
"text-wrap-mode",
"text-wrap-style"
],
"percentages": "no",
"percentages": [
"text-wrap-mode",
"text-wrap-style"
],
"groups": [
"CSS Text"
],
Expand All @@ -10145,7 +10148,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap"
},
"text-wrap-mode": {
"syntax": "auto | wrap | nowrap",
"syntax": "wrap | nowrap",
"media": "visual",
"inherited": true,
"animationType": "discrete",
Expand Down

0 comments on commit 3c3b849

Please sign in to comment.