Skip to content

Commit

Permalink
Merge pull request #891 from Webperf-se/stylelint-no-vendor
Browse files Browse the repository at this point in the history
CSS (Lint) Test - Removed no-vendor rules
  • Loading branch information
7h3Rabbit authored Jan 25, 2025
2 parents 799c648 + ad6baf9 commit 2d65f96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helpers/update_stylelint_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d65f96

Please sign in to comment.