Skip to content

Commit

Permalink
Update .stylelintrc: ignore local pseudo class
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpopkov committed Oct 12, 2018
1 parent c973f20 commit 3cc1b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": ["global"]
"ignorePseudoClasses": ["global", "local"]
}
],
"scss/at-rule-no-unknown": true
Expand Down

0 comments on commit 3cc1b71

Please sign in to comment.