From b5de1009ff822b1e3b2ef53010e7310b0d3ae283 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 00:20:50 +0000 Subject: [PATCH] feat: update CSS Referential Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../Referential/NonStandard/PropertiesReferential.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/CssLint/Referential/NonStandard/PropertiesReferential.php b/src/CssLint/Referential/NonStandard/PropertiesReferential.php index c4ebde3..d7fd1cc 100644 --- a/src/CssLint/Referential/NonStandard/PropertiesReferential.php +++ b/src/CssLint/Referential/NonStandard/PropertiesReferential.php @@ -85,8 +85,11 @@ class PropertiesReferential extends AbstractReferential 'bookmark-label' => true, 'bookmark-level' => true, 'bookmark-state' => true, + 'border-block-end-clip' => true, 'border-block-end-radius' => true, + 'border-block-start-clip' => true, 'border-block-start-radius' => true, + 'border-bottom-clip' => true, 'border-bottom-radius' => true, 'border-boundary' => true, 'border-clip' => true, @@ -94,12 +97,17 @@ class PropertiesReferential extends AbstractReferential 'border-clip-left' => true, 'border-clip-right' => true, 'border-clip-top' => true, + 'border-inline-end-clip' => true, 'border-inline-end-radius' => true, + 'border-inline-start-clip' => true, 'border-inline-start-radius' => true, + 'border-left-clip' => true, 'border-left-radius' => true, 'border-limit' => true, + 'border-right-clip' => true, 'border-right-radius' => true, 'border-shape' => true, + 'border-top-clip' => true, 'border-top-radius' => true, 'box-align' => true, 'box-direction' => true,