Skip to content

Commit

Permalink
feat(css): Update syntax for background-clip (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 21, 2024
1 parent 22b6586 commit 76d7860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-blend-mode"
},
"background-clip": {
"syntax": "<box>#",
"syntax": "<bg-clip>#",
"media": "visual",
"inherited": false,
"animationType": "repeatableList",
Expand Down
3 changes: 3 additions & 0 deletions css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"basic-shape": {
"syntax": "<inset()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
},
"bg-clip": {
"syntax": "<visual-box> | border-area | text"
},
"bg-image": {
"syntax": "none | <image>"
},
Expand Down

0 comments on commit 76d7860

Please sign in to comment.