Skip to content

Commit ca6374e

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 602a906 commit ca6374e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,29 @@ class PropertiesReferential extends AbstractReferential
8585
'bookmark-label' => true,
8686
'bookmark-level' => true,
8787
'bookmark-state' => true,
88+
'border-block-end-clip' => true,
8889
'border-block-end-radius' => true,
90+
'border-block-start-clip' => true,
8991
'border-block-start-radius' => true,
92+
'border-bottom-clip' => true,
9093
'border-bottom-radius' => true,
9194
'border-boundary' => true,
9295
'border-clip' => true,
9396
'border-clip-bottom' => true,
9497
'border-clip-left' => true,
9598
'border-clip-right' => true,
9699
'border-clip-top' => true,
100+
'border-inline-end-clip' => true,
97101
'border-inline-end-radius' => true,
102+
'border-inline-start-clip' => true,
98103
'border-inline-start-radius' => true,
104+
'border-left-clip' => true,
99105
'border-left-radius' => true,
100106
'border-limit' => true,
107+
'border-right-clip' => true,
101108
'border-right-radius' => true,
102109
'border-shape' => true,
110+
'border-top-clip' => true,
103111
'border-top-radius' => true,
104112
'box-align' => true,
105113
'box-direction' => true,

0 commit comments

Comments
 (0)