X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=.stylelintrc.json;h=43f499b5a63b8f9d26db2db7e352458c07bad5cc;hb=0974c515c10806f37d9e8e388740ad3a83bd8f5b;hp=27e289d4303c5c145e4597e7298c40b62b9a6946;hpb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc.json b/.stylelintrc.json index 27e289d430..43f499b5a6 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,8 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { + "selector-class-pattern": "^((mw|oo-ui)-|(wikitable|(toc(|toggle|hidden))|client-(no)?js)$)", "no-descending-specificity": null, - - "selector-no-id": null + "selector-max-id": null } }