Skip to content

Commit

Permalink
Add text keyword to background-clip
Browse files Browse the repository at this point in the history
See mdn#201 and https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip

All browsers already support unprefixed version and text keyword.
  • Loading branch information
TrySound committed Jun 28, 2024
1 parent bb0a599 commit b8f9211
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 @@ -2241,7 +2241,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-blend-mode"
},
"background-clip": {
"syntax": "<box>#",
"syntax": "[ <box> | text ]#",
"media": "visual",
"inherited": false,
"animationType": "repeatableList",
Expand Down

0 comments on commit b8f9211

Please sign in to comment.