Skip to content

Commit c5fc9fc

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 59a204c commit c5fc9fc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,23 @@ class PropertiesReferential extends AbstractReferential
130130
'column-rule-outset' => true,
131131
'column-wrap' => true,
132132
'continue' => true,
133+
'corner' => true,
134+
'corner-block-end' => true,
135+
'corner-block-start' => true,
136+
'corner-bottom' => true,
137+
'corner-bottom-left' => true,
138+
'corner-bottom-right' => true,
139+
'corner-end-end' => true,
140+
'corner-end-start' => true,
141+
'corner-inline-end' => true,
142+
'corner-inline-start' => true,
143+
'corner-left' => true,
144+
'corner-right' => true,
145+
'corner-start-end' => true,
146+
'corner-start-start' => true,
147+
'corner-top' => true,
148+
'corner-top-left' => true,
149+
'corner-top-right' => true,
133150
'cue' => true,
134151
'cue-after' => true,
135152
'cue-before' => true,

0 commit comments

Comments
 (0)