Skip to content

Commit

Permalink
CSS (Lint) Test - Removed no-important rules
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit committed Jan 25, 2025
1 parent 927392f commit 17b0fa4
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 @@ -31,8 +31,6 @@ def update_stylelint_rules():
rules[rule_name] = True
elif 'no-nonstandard' in rule_name:
rules[rule_name] = True
elif 'no-important' in rule_name:
rules[rule_name] = True

stylelint_standard_path = os.path.join(base_directory, 'defaults', 'css-stylelint-standard.json')
with open(stylelint_standard_path, 'w', encoding='utf-8') as outfile:
Expand Down

0 comments on commit 17b0fa4

Please sign in to comment.