Ghost_Ruby_Theme/assets/css/.stylelintrc.json
2020-09-28 11:05:46 +08:00

10 lines
226 B
JSON

{
"extends": "stylelint-config-standard",
"plugins": ["stylelint-order"],
"rules": {
"indentation": 4,
"no-descending-specificity": null,
"order/properties-alphabetical-order": true
}
}