Lucas Werkmeister (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404508 )

Change subject: Disable no-descending-specificity stylelint rule
......................................................................

Disable no-descending-specificity stylelint rule

The rule is sometimes hard to satisfy, especially given our mixture of
styling by ID and styling by class (which have different specificity).
Perhaps we can reintroduce it at some point, but for now, I8447b28c0d
introduces a case of descending specificity that I can’t think of a good
way to resolve, so I’m disabling the rule.

Change-Id: I96313c6bc311b2defc762ab6b8f4665dacd47817
---
M .stylelintrc
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/08/404508/1

diff --git a/.stylelintrc b/.stylelintrc
index f475e7f..677a7a6 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -4,6 +4,7 @@
                "color-named": null,
                "declaration-no-important": null,
                "declaration-property-value-blacklist": null,
+               "no-descending-specificity": null,
                "selector-no-id": null
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/404508
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96313c6bc311b2defc762ab6b8f4665dacd47817
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <lucas.werkmeis...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to