wiki.techinc.nl/.stylelintrc

9 lines
124 B
Text
Raw Normal View History

{
"extends": "stylelint-config-wikimedia",
"rules": {
"no-descending-specificity": null,
"selector-no-id": null
}
}