Skip to content

Commit

Permalink
feat(css): Update syntax for white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 4, 2025
1 parent 23379df commit 8f2e1f2
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 @@ -10724,7 +10724,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/visibility"
},
"white-space": {
"syntax": "normal | pre | nowrap | pre-wrap | pre-line | break-spaces | [ <'white-space-collapse'> || <'text-wrap'> ]",
"syntax": "normal | pre | pre-wrap | pre-line | <'white-space-collapse'> || <'text-wrap-mode'>",
"media": "visual",
"inherited": true,
"animationType": "discrete",
Expand Down

0 comments on commit 8f2e1f2

Please sign in to comment.