Skip to content

Commit

Permalink
feat(css): Update syntax for [-webkit]-mask-clip
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 19, 2024
1 parent 4ab89a3 commit 8bef563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@
"status": "nonstandard"
},
"-webkit-mask-clip": {
"syntax": "[ <box> | border | padding | content | text ]#",
"syntax": "[ <coord-box> | border | padding | content | text ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down Expand Up @@ -7112,7 +7112,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-border-width"
},
"mask-clip": {
"syntax": "[ <geometry-box> | no-clip ]#",
"syntax": "[ <coord-box> | no-clip ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down

0 comments on commit 8bef563

Please sign in to comment.