Skip to content

Commit 1656802

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 2ce6233 commit 1656802

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,22 @@ class PropertiesReferential extends AbstractReferential
9494
'bookmark-label' => true,
9595
'bookmark-level' => true,
9696
'bookmark-state' => true,
97+
'border-block-end-radius' => true,
98+
'border-block-start-radius' => true,
99+
'border-bottom-radius' => true,
97100
'border-boundary' => true,
101+
'border-clip' => true,
102+
'border-clip-bottom' => true,
103+
'border-clip-left' => true,
104+
'border-clip-right' => true,
105+
'border-clip-top' => true,
106+
'border-inline-end-radius' => true,
107+
'border-inline-start-radius' => true,
108+
'border-left-radius' => true,
109+
'border-limit' => true,
110+
'border-right-radius' => true,
111+
'border-shape' => true,
112+
'border-top-radius' => true,
98113
'box-align' => true,
99114
'box-direction' => true,
100115
'box-flex' => true,
@@ -103,6 +118,11 @@ class PropertiesReferential extends AbstractReferential
103118
'box-ordinal-group' => true,
104119
'box-orient' => true,
105120
'box-pack' => true,
121+
'box-shadow-blur' => true,
122+
'box-shadow-color' => true,
123+
'box-shadow-offset' => true,
124+
'box-shadow-position' => true,
125+
'box-shadow-spread' => true,
106126
'box-snap' => true,
107127
'caret' => true,
108128
'caret-animation' => true,

src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class AtRulesPropertiesReferential extends AbstractReferential
8989
'forced-colors' => true,
9090
'grid' => true,
9191
'height' => true,
92+
'horizontal-viewport-segments' => true,
9293
'hover' => true,
9394
'inverted-colors' => true,
9495
'monochrome' => true,
@@ -105,6 +106,7 @@ class AtRulesPropertiesReferential extends AbstractReferential
105106
'resolution' => true,
106107
'scripting' => true,
107108
'update' => true,
109+
'vertical-viewport-segments' => true,
108110
'video-dynamic-range' => true,
109111
'width' => true,
110112
],

src/CssLint/Referential/Standard/PropertiesReferential.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class PropertiesReferential extends AbstractReferential
5858
'background-position-x' => true,
5959
'background-position-y' => true,
6060
'background-repeat' => true,
61+
'background-repeat-x' => true,
62+
'background-repeat-y' => true,
6163
'background-size' => true,
6264
'baseline-shift' => true,
6365
'baseline-source' => true,

0 commit comments

Comments
 (0)