Set stylelint indentation to 4

This commit is contained in:
jeffvli 2023-07-04 17:19:29 -07:00
parent 70f893e5e9
commit e9d1e4a597

View file

@ -7,6 +7,7 @@
"stylelint-config-rational-order" "stylelint-config-rational-order"
], ],
"rules": { "rules": {
"indentation": 4,
"color-function-notation": ["legacy"], "color-function-notation": ["legacy"],
"declaration-empty-line-before": null, "declaration-empty-line-before": null,
"order/properties-order": [], "order/properties-order": [],