diff --git a/src/CssLint/Referential/NonStandard/PropertiesReferential.php b/src/CssLint/Referential/NonStandard/PropertiesReferential.php index d7fd1cc..0f86bfb 100644 --- a/src/CssLint/Referential/NonStandard/PropertiesReferential.php +++ b/src/CssLint/Referential/NonStandard/PropertiesReferential.php @@ -258,7 +258,6 @@ class PropertiesReferential extends AbstractReferential 'text-decoration-skip-inset' => true, 'text-decoration-skip-self' => true, 'text-decoration-skip-spaces' => true, - 'text-decoration-trim' => true, 'text-emphasis-skip' => true, 'text-group-align' => true, 'text-spacing' => true, diff --git a/src/CssLint/Referential/Standard/AtRulesReferential.php b/src/CssLint/Referential/Standard/AtRulesReferential.php index 53397fd..9ca2fbd 100644 --- a/src/CssLint/Referential/Standard/AtRulesReferential.php +++ b/src/CssLint/Referential/Standard/AtRulesReferential.php @@ -19,6 +19,7 @@ class AtRulesReferential extends AbstractReferential 'charset' => true, 'container' => true, 'counter-style' => true, + 'custom-media' => true, 'font-face' => true, 'font-feature-values' => true, 'font-palette-values' => true, diff --git a/src/CssLint/Referential/Standard/PropertiesReferential.php b/src/CssLint/Referential/Standard/PropertiesReferential.php index 74e754c..e511be6 100644 --- a/src/CssLint/Referential/Standard/PropertiesReferential.php +++ b/src/CssLint/Referential/Standard/PropertiesReferential.php @@ -487,6 +487,7 @@ class PropertiesReferential extends AbstractReferential 'text-combine-upright' => true, 'text-decoration' => true, 'text-decoration-color' => true, + 'text-decoration-inset' => true, 'text-decoration-line' => true, 'text-decoration-skip' => true, 'text-decoration-skip-ink' => true,