Skip to content

Commit 37bf01a

Browse files
skyclouds2001bsmth
andauthored
feat(css): add missing anchor-size syntax for anchor-size() (#861)
Co-authored-by: Brian Smith <brian@smith.berlin>
1 parent 314b1ce commit 37bf01a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css/syntaxes.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"anchor-name": {
1818
"syntax": "<dashed-ident>"
1919
},
20+
"anchor-size": {
21+
"syntax": "width | height | block | inline | self-block | self-inline"
22+
},
2023
"anchor-size()": {
2124
"syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )"
2225
},

0 commit comments

Comments
 (0)