Skip to content

Commit 88fa313

Browse files
committed
fix: remove invalid anchor-center property + fix typo in scroll-behavior property
1 parent 52452fa commit 88fa313

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/property-groups.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const propertyGroups = [
137137
'text-overflow',
138138
'-webkit-line-clamp',
139139
'line-clamp',
140-
'scroll-behaviour',
140+
'scroll-behavior',
141141
],
142142
},
143143

@@ -713,7 +713,6 @@ const propertyGroups = [
713713
properties: [
714714
'anchor-name',
715715
'anchor-scope',
716-
'anchor-center',
717716
'position-area',
718717
'position-anchor',
719718
'position-try',

0 commit comments

Comments
 (0)