Skip to content

Commit a59a5dc

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 a629a49 commit a59a5dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class PropertiesReferential extends AbstractReferential
124124
'box-shadow-spread' => true,
125125
'box-snap' => true,
126126
'caret' => true,
127-
'caret-shape' => true,
128127
'column-height' => true,
129128
'column-rule-break' => true,
130129
'column-rule-outset' => true,
@@ -180,7 +179,7 @@ class PropertiesReferential extends AbstractReferential
180179
'item-direction' => true,
181180
'item-flow' => true,
182181
'item-pack' => true,
183-
'item-slack' => true,
182+
'item-tolerance' => true,
184183
'item-track' => true,
185184
'item-wrap' => true,
186185
'line-fit-edge' => true,

src/CssLint/Referential/Standard/PropertiesReferential.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ class PropertiesReferential extends AbstractReferential
135135
'caption-side' => true,
136136
'caret-animation' => true,
137137
'caret-color' => true,
138+
'caret-shape' => true,
138139
'chains' => true,
139140
'clear' => true,
140141
'clip' => true,

0 commit comments

Comments
 (0)