From a44c2f9c0cdac4d44e8f9fc1a6174b09aa295e96 Mon Sep 17 00:00:00 2001 From: 7h3Rabbit <62792609+7h3Rabbit@users.noreply.github.com> Date: Sat, 25 Jan 2025 08:30:42 +0100 Subject: [PATCH] CSS (Lint) Test - Removed no-vendor rules --- helpers/update_stylelint_helper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpers/update_stylelint_helper.py b/helpers/update_stylelint_helper.py index 5f602662..2383a0d9 100644 --- a/helpers/update_stylelint_helper.py +++ b/helpers/update_stylelint_helper.py @@ -25,8 +25,6 @@ def update_stylelint_rules(): rules[rule_name] = True elif 'no-invalid' in rule_name: rules[rule_name] = True - elif 'no-vendor' in rule_name: - rules[rule_name] = True elif 'no-empty' in rule_name: rules[rule_name] = True elif 'no-nonstandard' in rule_name: