Skip to content

Commit dcc2001

Browse files
github-actions[bot]neilime
authored andcommitted
[create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 232139c commit dcc2001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ class PropertiesReferential extends AbstractReferential
7777
'-webkit-user-drag' => true,
7878
'alt' => true,
7979
'animation-trigger' => true,
80+
'animation-trigger-behavior' => true,
8081
'animation-trigger-exit-range' => true,
8182
'animation-trigger-exit-range-end' => true,
8283
'animation-trigger-exit-range-start' => true,
8384
'animation-trigger-range' => true,
8485
'animation-trigger-range-end' => true,
8586
'animation-trigger-range-start' => true,
8687
'animation-trigger-timeline' => true,
87-
'animation-trigger-type' => true,
8888
'block-ellipsis' => true,
8989
'block-step' => true,
9090
'block-step-align' => true,
@@ -197,6 +197,7 @@ class PropertiesReferential extends AbstractReferential
197197
'rule-width' => true,
198198
'running' => true,
199199
'scroll-start-target' => true,
200+
'scroll-target-group' => true,
200201
'shape-inside' => true,
201202
'slider-orientation' => true,
202203
'spatial-navigation-action' => true,

0 commit comments

Comments
 (0)