stylelint: drop selector-pseudo-element-colon-notation exception and make pass
[lhc/web/wiklou.git] / .stylelintrc
1 {
2 "extends": "stylelint-config-wikimedia",
3 "rules": {
4 "declaration-no-important": null,
5
6 "no-descending-specificity": null,
7
8 "selector-no-id": null,
9
10 "value-keyword-case": null
11 }
12 }