Skip to content

Commit

Permalink
feat: update CSS offset-path syntax (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh committed Aug 21, 2023
1 parent 38d3904 commit a609205
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 @@ -7246,10 +7246,10 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-distance"
},
"offset-path": {
"syntax": "none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",
"syntax": "none | <offset-path> || <coord-box>",
"media": "visual",
"inherited": false,
"animationType": "angleOrBasicShapeOrPath",
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Motion Path"
Expand Down

0 comments on commit a609205

Please sign in to comment.