uptime-kuma/.stylelintrc

8 lines
137 B
Plaintext
Raw Normal View History

2021-07-27 18:33:44 +01:00
{
2021-08-24 16:22:04 +01:00
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"no-descending-specificity": null
}
2021-07-27 18:33:44 +01:00
}