Skip to content

Commit ca44a8a

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 47235d3 commit ca44a8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ class PropertiesReferential extends AbstractReferential
7676
'-webkit-user-drag' => true,
7777
'alt' => true,
7878
'animation-trigger' => true,
79+
'background-position-block' => true,
80+
'background-position-inline' => true,
81+
'background-repeat-block' => true,
82+
'background-repeat-inline' => true,
83+
'background-tbd' => true,
7984
'block-ellipsis' => true,
8085
'block-step' => true,
8186
'block-step-align' => true,
@@ -85,6 +90,7 @@ class PropertiesReferential extends AbstractReferential
8590
'bookmark-label' => true,
8691
'bookmark-level' => true,
8792
'bookmark-state' => true,
93+
'border-block-clip' => true,
8894
'border-block-end-clip' => true,
8995
'border-block-end-radius' => true,
9096
'border-block-start-clip' => true,
@@ -97,6 +103,7 @@ class PropertiesReferential extends AbstractReferential
97103
'border-clip-left' => true,
98104
'border-clip-right' => true,
99105
'border-clip-top' => true,
106+
'border-inline-clip' => true,
100107
'border-inline-end-clip' => true,
101108
'border-inline-end-radius' => true,
102109
'border-inline-start-clip' => true,

0 commit comments

Comments
 (0)