Ghost_Ruby_Theme/assets/css/.stylelintrc.json

10 lines
226 B
JSON
Raw Normal View History

2020-09-24 05:18:34 +03:00
{
"extends": "stylelint-config-standard",
"plugins": ["stylelint-order"],
"rules": {
2020-09-28 06:05:46 +03:00
"indentation": 4,
2020-09-24 05:18:34 +03:00
"no-descending-specificity": null,
"order/properties-alphabetical-order": true
}
}