.stylelintrc.json 124 B

123456789
  1. {
  2. "extends": "stylelint-config-wikimedia",
  3. "rules": {
  4. "no-descending-specificity": null,
  5. "selector-no-id": null
  6. }
  7. }