Skip to content

Commit 40258ad

Browse files
github-actions[bot]neilime
authored andcommitted
feat: update CSS Referential
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f40d39d commit 40258ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ class PropertiesReferential extends AbstractReferential
172172
'initial-letter-wrap' => true,
173173
'inline-sizing' => true,
174174
'input-security' => true,
175-
'interest-delay' => true,
176-
'interest-delay-end' => true,
177-
'interest-delay-start' => true,
178175
'item-cross' => true,
179176
'item-direction' => true,
180177
'item-flow' => true,

src/CssLint/Referential/Standard/PropertiesReferential.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ class PropertiesReferential extends AbstractReferential
277277
'inset-inline-end' => true,
278278
'inset-inline-start' => true,
279279
'interactivity' => true,
280+
'interest-delay' => true,
281+
'interest-delay-end' => true,
282+
'interest-delay-start' => true,
280283
'interpolate-size' => true,
281284
'isolation' => true,
282285
'justify-content' => true,

0 commit comments

Comments
 (0)