jenkins-bot has submitted this change and it was merged. (
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(-)
Approvals:
Smalyshev: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I96313c6bc311b2defc762ab6b8f4665dacd47817
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits