diff options
| -rw-r--r-- | .stylelintrc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 56d27b3..4263e95 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -36,6 +36,10 @@ "message": "Selector should use lowercase and separate words with hyphens or use BEM (selector-class-pattern)" } ], + "selector-pseudo-class-no-unknown": [ + true, + { "ignorePseudoClasses": ["global", "local"] } + ], "scss/dollar-variable-empty-line-before": null, "scss/dollar-variable-pattern": null, "scss/double-slash-comment-whitespace-inside": null, |
