diff --git a/.stylelintrc.json b/.stylelintrc.json index b3c1c1b..33ed47a 100755 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,6 +4,15 @@ "stylelint-scss" ], "rules": { + "at-rule-no-unknown": [ + true, + { + "ignoreAtRules": [ + "include", + "mixin" + ] + } + ], "indentation": 2, "string-quotes": "single", "no-descending-specificity": null