From 022ffb0eff335f8c3bc82d3eded01148958569ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 00:20:17 +0000 Subject: [PATCH] feat: update CSS Referential Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../NonStandard/PropertiesReferential.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/CssLint/Referential/NonStandard/PropertiesReferential.php b/src/CssLint/Referential/NonStandard/PropertiesReferential.php index 1ed0a2b..44f6d7a 100644 --- a/src/CssLint/Referential/NonStandard/PropertiesReferential.php +++ b/src/CssLint/Referential/NonStandard/PropertiesReferential.php @@ -130,6 +130,23 @@ class PropertiesReferential extends AbstractReferential 'column-rule-outset' => true, 'column-wrap' => true, 'continue' => true, + 'corner' => true, + 'corner-block-end' => true, + 'corner-block-start' => true, + 'corner-bottom' => true, + 'corner-bottom-left' => true, + 'corner-bottom-right' => true, + 'corner-end-end' => true, + 'corner-end-start' => true, + 'corner-inline-end' => true, + 'corner-inline-start' => true, + 'corner-left' => true, + 'corner-right' => true, + 'corner-start-end' => true, + 'corner-start-start' => true, + 'corner-top' => true, + 'corner-top-left' => true, + 'corner-top-right' => true, 'cue' => true, 'cue-after' => true, 'cue-before' => true,