diff --git a/web/themes/contrib/civictheme/.stylelintrc.json b/web/themes/contrib/civictheme/.stylelintrc.json index 646df9cd8..07cf6d321 100644 --- a/web/themes/contrib/civictheme/.stylelintrc.json +++ b/web/themes/contrib/civictheme/.stylelintrc.json @@ -33,6 +33,7 @@ "declaration-block-no-redundant-longhand-properties": null, "max-line-length": null, "no-descending-specificity": null, + "no-duplicate-selectors": null, "scss/at-mixin-argumentless-call-parentheses": "always", "scss/at-mixin-pattern": "^_?ct-[a-z0-9\\-]+$", "scss/at-else-closing-brace-newline-after": null,