We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232139c commit dcc2001Copy full SHA for dcc2001
src/CssLint/Referential/NonStandard/PropertiesReferential.php
@@ -77,14 +77,14 @@ class PropertiesReferential extends AbstractReferential
77
'-webkit-user-drag' => true,
78
'alt' => true,
79
'animation-trigger' => true,
80
+ 'animation-trigger-behavior' => true,
81
'animation-trigger-exit-range' => true,
82
'animation-trigger-exit-range-end' => true,
83
'animation-trigger-exit-range-start' => true,
84
'animation-trigger-range' => true,
85
'animation-trigger-range-end' => true,
86
'animation-trigger-range-start' => true,
87
'animation-trigger-timeline' => true,
- 'animation-trigger-type' => true,
88
'block-ellipsis' => true,
89
'block-step' => true,
90
'block-step-align' => true,
@@ -197,6 +197,7 @@ class PropertiesReferential extends AbstractReferential
197
'rule-width' => true,
198
'running' => true,
199
'scroll-start-target' => true,
200
+ 'scroll-target-group' => true,
201
'shape-inside' => true,
202
'slider-orientation' => true,
203
'spatial-navigation-action' => true,
0 commit comments