diff --git a/.stylelintrc.json b/.stylelintrc.json index 352fbe6..aa78cdb 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -26,6 +26,8 @@ "no-duplicate-selectors": null, "scss/at-extend-no-missing-placeholder": null, "scss/at-import-partial-extension": null, + "scss/at-import-no-partial-leading-underscore": null, + "scss/load-no-partial-leading-underscore": true, "scss/at-mixin-pattern": null, "scss/comment-no-empty": null, "scss/dollar-variable-pattern": null,