Skip to content

Commit d4bc9b3

Browse files
feat(css): Update syntax for <basic-shape> (#971)
1 parent 931d63d commit d4bc9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/syntaxes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"syntax": "[ first | last ]? baseline"
8282
},
8383
"basic-shape": {
84-
"syntax": "<inset()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
84+
"syntax": "<inset()> | <xywh()> | <rect()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
8585
},
8686
"bg-clip": {
8787
"syntax": "<visual-box> | border-area | text"

0 commit comments

Comments
 (0)