Skip to content

Commit

Permalink
fix(stylelint): update selector max pseudo class to be less restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon authored and jason-capsule42 committed Nov 9, 2021
1 parent 2fc66f2 commit 19d54aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"selector-max-combinators": 1,
"selector-max-compound-selectors": 2,
"selector-max-id": 1,
"selector-max-pseudo-class": 1,
"selector-max-pseudo-class": 2,
"selector-max-type": 1,
"selector-max-universal": 1,
"selector-no-qualifying-type": true,
Expand Down

0 comments on commit 19d54aa

Please sign in to comment.