wiki.techinc.nl/.stylelintrc
James D. Forrester fdf499f2ff stylelint: Drop over-ride for 'declaration-no-important' and make pass
Change-Id: I150acaf188c445ca983583d9de107f10d425a0fb
2017-03-01 12:55:16 -08:00

8 lines
124 B
Text

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