Skip to content

Commit e9bc5f1

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 0675694 commit e9bc5f1

File tree

5 files changed

+30
-25
lines changed

5 files changed

+30
-25
lines changed

src/CssLint/Referential/NonStandard/AtRulesPropertiesReferential.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ class AtRulesPropertiesReferential extends AbstractReferential
1616
* @var ReferentialData
1717
*/
1818
public static array $referential = [
19-
'font-face' =>
20-
[
19+
'font-face'
20+
=> [
2121
'font-variant' => true,
2222
],
23-
'media' =>
24-
[
23+
'media'
24+
=> [
2525
'-moz-device-pixel-ratio' => true,
2626
'-webkit-animation' => true,
2727
'-webkit-transform-2d' => true,

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 0 additions & 3 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-animation' => true,
128127
'caret-shape' => true,
129128
'column-height' => true,
130129
'column-rule-break' => true,
@@ -220,7 +219,6 @@ class PropertiesReferential extends AbstractReferential
220219
'rule-width' => true,
221220
'running' => true,
222221
'scroll-start-target' => true,
223-
'scroll-target-group' => true,
224222
'shape-inside' => true,
225223
'slider-orientation' => true,
226224
'spatial-navigation-action' => true,
@@ -249,7 +247,6 @@ class PropertiesReferential extends AbstractReferential
249247
'text-group-align' => true,
250248
'text-spacing' => true,
251249
'user-modify' => true,
252-
'view-transition-group' => true,
253250
'voice-balance' => true,
254251
'voice-duration' => true,
255252
'voice-family' => true,

src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class AtRulesPropertiesReferential extends AbstractReferential
1616
* @var ReferentialData
1717
*/
1818
public static array $referential = [
19-
'counter-style' =>
20-
[
19+
'counter-style'
20+
=> [
2121
'additive-symbols' => true,
2222
'fallback' => true,
2323
'negative' => true,
@@ -29,8 +29,8 @@ class AtRulesPropertiesReferential extends AbstractReferential
2929
'symbols' => true,
3030
'system' => true,
3131
],
32-
'font-face' =>
33-
[
32+
'font-face'
33+
=> [
3434
'ascent-override' => true,
3535
'descent-override' => true,
3636
'font-display' => true,
@@ -46,8 +46,8 @@ class AtRulesPropertiesReferential extends AbstractReferential
4646
'src' => true,
4747
'unicode-range' => true,
4848
],
49-
'font-feature-values' =>
50-
[
49+
'font-feature-values'
50+
=> [
5151
'annotation' => true,
5252
'character-variant' => true,
5353
'historical-forms' => true,
@@ -56,19 +56,23 @@ class AtRulesPropertiesReferential extends AbstractReferential
5656
'stylistic' => true,
5757
'swash' => true,
5858
],
59-
'font-palette-values' =>
60-
[
59+
'font-palette-values'
60+
=> [
6161
'base-palette' => true,
6262
'font-family' => true,
6363
'override-colors' => true,
6464
],
65-
'import' =>
66-
[
65+
'function'
66+
=> [
67+
'result' => true,
68+
],
69+
'import'
70+
=> [
6771
'layer' => true,
6872
'supports' => true,
6973
],
70-
'media' =>
71-
[
74+
'media'
75+
=> [
7276
'-webkit-device-pixel-ratio' => true,
7377
'-webkit-max-device-pixel-ratio' => true,
7478
'-webkit-min-device-pixel-ratio' => true,
@@ -110,8 +114,8 @@ class AtRulesPropertiesReferential extends AbstractReferential
110114
'video-dynamic-range' => true,
111115
'width' => true,
112116
],
113-
'page' =>
114-
[
117+
'page'
118+
=> [
115119
'bottom-center' => true,
116120
'bottom-left' => true,
117121
'bottom-left-corner' => true,
@@ -131,14 +135,14 @@ class AtRulesPropertiesReferential extends AbstractReferential
131135
'top-right' => true,
132136
'top-right-corner' => true,
133137
],
134-
'property' =>
135-
[
138+
'property'
139+
=> [
136140
'inherits' => true,
137141
'initial-value' => true,
138142
'syntax' => true,
139143
],
140-
'supports' =>
141-
[
144+
'supports'
145+
=> [
142146
'font-format' => true,
143147
'font-tech' => true,
144148
'selector' => true,

src/CssLint/Referential/Standard/AtRulesReferential.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class AtRulesReferential extends AbstractReferential
2222
'font-face' => true,
2323
'font-feature-values' => true,
2424
'font-palette-values' => true,
25+
'function' => true,
2526
'import' => true,
2627
'keyframes' => true,
2728
'layer' => true,

src/CssLint/Referential/Standard/PropertiesReferential.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class PropertiesReferential extends AbstractReferential
133133
'break-before' => true,
134134
'break-inside' => true,
135135
'caption-side' => true,
136+
'caret-animation' => true,
136137
'caret-color' => true,
137138
'chains' => true,
138139
'clear' => true,
@@ -441,6 +442,7 @@ class PropertiesReferential extends AbstractReferential
441442
'scroll-snap-align' => true,
442443
'scroll-snap-stop' => true,
443444
'scroll-snap-type' => true,
445+
'scroll-target-group' => true,
444446
'scroll-timeline' => true,
445447
'scroll-timeline-axis' => true,
446448
'scroll-timeline-name' => true,
@@ -527,6 +529,7 @@ class PropertiesReferential extends AbstractReferential
527529
'view-timeline-inset' => true,
528530
'view-timeline-name' => true,
529531
'view-transition-class' => true,
532+
'view-transition-group' => true,
530533
'view-transition-name' => true,
531534
'visibility' => true,
532535
'volume' => true,

0 commit comments

Comments
 (0)