Skip to content

Commit 3b20ef3

Browse files
committed
1 parent dad0fd9 commit 3b20ef3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
syn keyword cssFontAttr contained anchored

test/test.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
display: anchor-size(--foo height);
6666
}
6767

68+
.anchor-position-2 {
69+
display: anchored;
70+
}
71+
6872
.animations-1 {
6973
display: auto;
7074
}

0 commit comments

Comments
 (0)